Skip to content

Commit

Permalink
test with different addrport
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Feb 7, 2021
1 parent cb95ac7 commit 9c86011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/management/commands/test_mail_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

def test_initialize_mail_server():
with mock.patch('django_extensions.management.commands.mail_debug.asyncore.loop') as loop:
call_command('mail_debug')
call_command('mail_debug', '2525')
assert loop.called, 'asyncore.loop was not called'

0 comments on commit 9c86011

Please sign in to comment.