Skip to content

Commit

Permalink
renamed references to test.aws_local_stack_access
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Mar 4, 2024
1 parent 38cc460 commit 058c775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from importlib.metadata import version
from exasol.ds.sandbox.lib.tags import DEFAULT_TAG_KEY
from exasol.ds.sandbox.lib.asset_id import AssetId
from test.aws_local_stack_access import AwsLocalStackAccess
from test.aws.local_stack_access import AwsLocalStackAccess

DEFAULT_ASSET_ID = AssetId("test", stack_prefix="test-stack", ami_prefix="test-ami")

Expand Down
2 changes: 1 addition & 1 deletion test/integration/aws/test_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from exasol.ds.sandbox.lib.asset_id import AssetId
from exasol.ds.sandbox.lib.setup_ec2.cf_stack import CloudformationStack
from exasol.ds.sandbox.lib.setup_ec2.key_file_manager import KeyFileManager
from test.aws_local_stack_access import AwsLocalStackAccess
from test.aws.local_stack_access import AwsLocalStackAccess
import multiprocessing as mp


Expand Down

0 comments on commit 058c775

Please sign in to comment.