Skip to content

Commit

Permalink
Fixed test_slct_manager.test test_upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Feb 17, 2025
1 parent 2f3c299 commit 92cfb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_slct_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_slc_images(slct_manager):
def test_upload(slct_manager: SlctManager, itde):
slct_manager.language_alias = "my_python"
slct_manager.upload()
assert slct_manager.activation_key == "my_python=localzmq+protobuf:///bfsdefault/default/container/template-Exasol-all-python-3.10-release-my_python?lang=python#buckets/bfsdefault/default/container/template-Exasol-all-python-3.10-release-my_python/exaudf/exaudfclient_py3"
assert slct_manager.activation_key == "my_python=localzmq+protobuf:///bfsdefault/default/container/template-Exasol-all-python-3.10-release-my_python?lang=python#buckets/bfsdefault/default/container/template-Exasol-all-python-3.10-release-my_python/exaudf/exaudfclient"


@pytest.mark.dependency(
Expand Down

0 comments on commit 92cfb37

Please sign in to comment.