diff options
| -rw-r--r-- | test/test_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_core.py b/test/test_core.py index ad2a2a6..8ee4197 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -23,7 +23,7 @@ def s3_client(): yield boto3.client("s3", "eu-west-2") -def test_main_integration(): +def test_imported_module_runs_successfully_with_local_data(): with mock_aws(): s3 = boto3.client("s3", region_name="eu-west-2") bucket = "test-bucket" |
