Skip to content

Commit 2f795a5

Browse files
committed
fix: fix copy-paste error when loading events in test_cloudformation_custom_resource.
1 parent da645ba commit 2f795a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/parser/test_cloudformation_custom_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_cloudformation_custom_resource_delete_event():
9191

9292

9393
def test_cloudformation_custom_resource_delete_event_physical_id_missing():
94-
raw_event = load_event("cloudformationCustomResourceUpdate.json")
94+
raw_event = load_event("cloudformationCustomResourceDelete.json")
9595
del raw_event["PhysicalResourceId"]
9696

9797
with pytest.raises(ValidationError):

0 commit comments

Comments
 (0)