Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 20, 2023
1 parent c3afdef commit f7eb878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_s3_event_config_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"}]}
}
Expand Down

0 comments on commit f7eb878

Please sign in to comment.