We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d26d7 commit d697b55Copy full SHA for d697b55
tests/functional/idempotency/conftest.py
@@ -40,7 +40,7 @@ def lambda_context():
40
lambda_context = {
41
"function_name": "test-func",
42
"memory_limit_in_mb": 128,
43
- "invoked_function_arn": "arn:aws:lambda:eu-west-1:809313241:function:test",
+ "invoked_function_arn": "arn:aws:lambda:eu-west-1:809313241234:function:test-func",
44
"aws_request_id": "52fdfc07-2182-154f-163f-5f0f9a621d72",
45
}
46
0 commit comments