aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_extract_lambda.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_extract_lambda.py b/tests/test_extract_lambda.py
index 7707cbf..fc68a4a 100644
--- a/tests/test_extract_lambda.py
+++ b/tests/test_extract_lambda.py
@@ -42,7 +42,6 @@ def s3_client(aws_credentials):
with mock_aws():
yield boto3.client("s3")
-
class TestLambdaHandler:
def test_lambda_handler_files_processed_and_uploaded_successfully(self, mocker):
mock_db = MagicMock()
@@ -126,7 +125,6 @@ class TestLambdaHandler:
mock_list_existing_s3_files.assert_not_called()
mock_process_and_upload_tables.assert_not_called()
-
class TestListExistingS3Files:
def test_error_if_no_bucket(self, s3_client, caplog):
logger = logging.getLogger()
git.ajschof.me — hosted by ajschofield — powered by cgit