We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d33dc commit def059cCopy full SHA for def059c
1 file changed
unicorn_web/tests/unit/test_request_approval_function.py
@@ -22,7 +22,7 @@ def test_valid_event(dynamodb, eventbridge, sqs, lambda_context):
22
event = sqs_event([{"body": payload, "attributes": {"HttpMethod": "POST"}}])
23
24
# Loading function here so that mocking works correctly.
25
- from approvals_service import request_approval_function
+ from publication_manager_service import request_approval_function
26
27
# Reload is required to prevent function setup reuse from another test
28
reload(request_approval_function)
0 commit comments