Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Feb 27, 2024
1 parent a6fb47a commit 8ddb7e1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,7 @@ async def test_unlock_account_mailer_queue(app, session, stan_server, event_loop
response = types.SimpleNamespace()
response.status_code = 200
response.content = bytes('foo', 'utf-8')
# patch RestService.post
with patch.object(notification_service, 'send_email', return_value=None) as mock_send:
# register the handler to test it
with patch.object(RestService, 'post', return_value=response):
await subscribe_to_queue(events_stan,
events_subject,
Expand Down

0 comments on commit 8ddb7e1

Please sign in to comment.