Skip to content

Commit d697b55

Browse files
michaelbrewerJoris Conijn
and
Joris Conijn
authored
chore: Apply code review changes
Co-authored-by: Joris Conijn <[email protected]>
1 parent 47d26d7 commit d697b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/idempotency/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def lambda_context():
4040
lambda_context = {
4141
"function_name": "test-func",
4242
"memory_limit_in_mb": 128,
43-
"invoked_function_arn": "arn:aws:lambda:eu-west-1:809313241:function:test",
43+
"invoked_function_arn": "arn:aws:lambda:eu-west-1:809313241234:function:test-func",
4444
"aws_request_id": "52fdfc07-2182-154f-163f-5f0f9a621d72",
4545
}
4646

0 commit comments

Comments
 (0)