Skip to content

Commit

Permalink
remove task token from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
torimcd committed May 15, 2024
1 parent da12a51 commit e4fb9d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_send_to_gibs_moto.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def test_process_sends_message(fake_response_sqs_queue, mock_gitc_success, cnm_v
sub_event = event.copy()
del sub_event['cma']['event']['payload']['pobit']
sub_event['cma']['event']['payload'] = imageset
sub_event['cma']['task_config']['token'] = str(uuid.uuid4())
bignbit.send_to_gitc.lambda_handler(sub_event, {})

sent_messages = mock_gitc_success.wait_for_messages(count=1)
Expand Down

0 comments on commit e4fb9d7

Please sign in to comment.