Skip to content

Commit 8289f6d

Browse files
fixed tests
1 parent 1c2db0f commit 8289f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/fq/solomon/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test(suite, case, cfg, solomon):
6363
kqprun = KqpRun(config_file=os.path.join('ydb/tests/fq/solomon/cfg', 'kqprun_config.conf'),
6464
scheme_file=os.path.join('ydb/tests/fq/solomon/cfg', 'kqprun_scheme.sql'))
6565
yqlrun_res = kqprun.yql_exec(
66-
yql_program=sql_query,
66+
program=sql_query,
6767
var_templates=['SOLOMON_ENDPOINT'],
6868
verbose=True,
6969
check_error=not xfail

0 commit comments

Comments
 (0)