Skip to content

Commit 72aacfb

Browse files
authored
Apply suggestions from code review
1 parent 67a7993 commit 72aacfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/local/start_lambda/test_start_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ def test_invoke_filtered_function(self):
17741774
def test_invoke_non_filtered_function(self):
17751775
"""Test invoking a function that is NOT in the filter returns ResourceNotFoundException"""
17761776
with self.assertRaises(ClientError) as context:
1777-
self.lambda_client.invoke(FunctionName="NoneExistedFunction")
1777+
self.lambda_client.invoke(FunctionName="FunctionWithMetadata")
17781778
self.assertIn("ResourceNotFound", str(context.exception))
17791779

17801780

0 commit comments

Comments
 (0)