Skip to content

Commit def059c

Browse files
committed
fix: update import path for request approval function to use PublicationManagerService
1 parent 21d33dc commit def059c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_web/tests/unit/test_request_approval_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_valid_event(dynamodb, eventbridge, sqs, lambda_context):
2222
event = sqs_event([{"body": payload, "attributes": {"HttpMethod": "POST"}}])
2323

2424
# Loading function here so that mocking works correctly.
25-
from approvals_service import request_approval_function
25+
from publication_manager_service import request_approval_function
2626

2727
# Reload is required to prevent function setup reuse from another test
2828
reload(request_approval_function)

0 commit comments

Comments
 (0)