aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_core.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_core.py')
-rw-r--r--test/test_core.py2
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"
git.ajschof.me — hosted by ajschofield — powered by cgit