Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Feb 29, 2024
1 parent bc6cb0a commit edc7070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 54 deletions.
2 changes: 1 addition & 1 deletion test/integration/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
3 changes: 2 additions & 1 deletion test/unit/aws/test_make_ami_public.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
from exasol.ds.sandbox.lib.aws_access.ami import Ami
from exasol.ds.sandbox.lib.aws_access.aws_access import AwsAccess
from exasol.ds.sandbox.lib.export_vm.run_make_ami_public import run_make_ami_public
from test.aws_mock_data import get_ami_image_mock_data
from test.aws.mock_data import get_ami_image_mock_data

from test.aws.fixtures import default_asset_id
from test.mock_cast import mock_cast


Expand Down
52 changes: 0 additions & 52 deletions test/unit/test_make_ami_public.py

This file was deleted.

0 comments on commit edc7070

Please sign in to comment.