Skip to content

Commit

Permalink
#5 Added LanguageContainerDeployer integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed May 14, 2024
1 parent d996019 commit 7220818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_language_container_deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from exasol.python_extension_common.deployment.language_container_deployer import (
LanguageContainerDeployer, LanguageActivationLevel)

from test.utils.revert_language_settings import revert_language_settings # pylint: disable=import-error
from test.utils.revert_language_settings import revert_language_settings # pylint: disable=import-error disable=no-name-in-module


LANGUAGE_CONTAINER_URL = ("https://github.com/exasol/script-languages-release/releases/"
Expand Down

0 comments on commit 7220818

Please sign in to comment.