aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_load_lambda.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_load_lambda.py b/tests/test_load_lambda.py
index 65106f7..da11c1e 100644
--- a/tests/test_load_lambda.py
+++ b/tests/test_load_lambda.py
@@ -20,13 +20,13 @@ def aws_credentials():
@pytest.fixture(scope="class")
-def mock_s3_client(aws_credentials):
+def mock_s3_client():
with mock_aws():
yield boto3.client("s3")
@pytest.fixture(scope="class")
-def mock_sm_client(aws_credentials):
+def mock_sm_client():
with mock_aws():
yield boto3.client("secretsmanager")
git.ajschof.me — hosted by ajschofield — powered by cgit