mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
adds updated module name
This commit is contained in:
parent
5177ea5c65
commit
d94faeeee7
50 changed files with 224 additions and 218 deletions
|
|
@ -14,7 +14,7 @@ class CommandsTestCase(TestCase):
|
|||
# Mock handle so that the test doesn't hang waiting for input. Note that we are only testing
|
||||
# the argument parsing here -- functionality should be tested elsewhere
|
||||
with mock.patch(
|
||||
"django_mailbox.management.commands.processincomingmessage.Command.handle"
|
||||
"django_mailbox2.management.commands.processincomingmessage.Command.handle"
|
||||
) as handle:
|
||||
# Don't care about the return value
|
||||
handle.return_value = None
|
||||
|
|
@ -38,7 +38,7 @@ class CommandsTestCase(TestCase):
|
|||
mailbox_name = "foo_mailbox"
|
||||
|
||||
with mock.patch(
|
||||
"django_mailbox.management.commands.processincomingmessage.Command.handle"
|
||||
"django_mailbox2.management.commands.processincomingmessage.Command.handle"
|
||||
) as handle:
|
||||
handle.return_value = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue