Skip to content

Commit

Permalink
#58 Made two versions of the deploy_slc fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Sep 23, 2024
1 parent f442c8c commit fee95ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest-slc/test/integration/pytest_slc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_deploy_slc(deploy_slc, deployed_slc, backend_aware_database_params):
# We will activate the SLC also with an alternative alias and check that both
# the main and the alternative alias work.
deploy_slc("{ALT_LANGUAGE_ALIAS}")
for lang_alias in ["{MAIN_LANGUAGE_ALIAS}", "{ALT_LANGUAGE_ALIAS}"]
for lang_alias in ["{MAIN_LANGUAGE_ALIAS}", "{ALT_LANGUAGE_ALIAS}"]:
assert_udf_running(pyexasol.connect(**backend_aware_database_params), lang_alias)
""")

Expand Down

0 comments on commit fee95ac

Please sign in to comment.