mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
Linting
This commit is contained in:
parent
79112f9e18
commit
5570831aa6
1 changed files with 1 additions and 4 deletions
|
@ -713,10 +713,7 @@ class TestMigrations(TestCase):
|
|||
"registrar.management.commands.utility.terminal_helper.TerminalHelper.query_yes_no_exit", # noqa
|
||||
return_value=True,
|
||||
):
|
||||
with patch(
|
||||
"registrar.utility.email.send_templated_email",
|
||||
return_value=None
|
||||
):
|
||||
with patch("registrar.utility.email.send_templated_email", return_value=None):
|
||||
call_command(
|
||||
"master_domain_migrations",
|
||||
runMigrations=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue