Skip to content

Commit d4be7a6

Browse files
author
ddakov
committed
vdk-trino: fix test failure
Fix test failiure. Signed-off-by: Dako Dakov <ddakov@vmware.com>
1 parent 32ed822 commit d4be7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def __scd_upsert_execute(
672672
"run",
673673
get_test_job_path(
674674
pathlib.Path(os.path.dirname(os.path.abspath(__file__))),
675-
"load_dimension_scd_upsert_template_job",
675+
"load_dimension_scd1_upsert_template_job",
676676
),
677677
"--arguments",
678678
json.dumps(
@@ -696,7 +696,7 @@ def __scd_upsert_execute(
696696
"run",
697697
get_test_job_path(
698698
pathlib.Path(os.path.dirname(os.path.abspath(__file__))),
699-
"load_dimension_scd_upsert_template_job",
699+
"load_dimension_scd1_upsert_template_job",
700700
),
701701
"--arguments",
702702
json.dumps(

0 commit comments

Comments
 (0)