Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed May 13, 2024
1 parent ad87411 commit 3a59f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue_services/auth-queue/tests/unit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def helper_add_lock_unlock_event_to_queue(client, message_type: str, org_id):
queue_payload = {
'accountId': org_id,
'accountName': 'DEV - PAD01',
'suspensionReasonCode': 'EFT'
'suspensionReasonCode': 'OWNER_CHANGE'
}
payload = build_request_for_queue_push(message_type, queue_payload)
post_to_queue(client, payload)
Expand Down

0 comments on commit 3a59f98

Please sign in to comment.