From f7eb8781018b4a0a35bff1699bb3609bf5033a1c Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:27:37 -0700 Subject: [PATCH] run pre-commit --- tests/test_s3_event_config_lambda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_s3_event_config_lambda.py b/tests/test_s3_event_config_lambda.py index c4435641..8b989988 100644 --- a/tests/test_s3_event_config_lambda.py +++ b/tests/test_s3_event_config_lambda.py @@ -343,6 +343,7 @@ def test_add_notification_adds_config_if_existing_config_does_not_match( assert get_config["LambdaFunctionConfigurations"][0]["Events"] == [ "s3:ObjectCreated:*" ] + assert get_config["LambdaFunctionConfigurations"][0]["Filter"] == { "Key": {"FilterRules": [{"Name": "prefix", "Value": "test_folder/"}]} }