mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 18:39:21 +02:00
Update test_transition_domain_migrations.py
This commit is contained in:
parent
9c92c99868
commit
c6d285d73b
1 changed files with 0 additions and 13 deletions
|
@ -390,19 +390,6 @@ class TestMigrations(TestCase):
|
|||
disablePrompts=True,
|
||||
)
|
||||
|
||||
def run_load_organization_data(self):
|
||||
# noqa here (E501) because splitting this up makes it
|
||||
# confusing to read.
|
||||
with patch(
|
||||
"registrar.management.commands.utility.terminal_helper.TerminalHelper.query_yes_no_exit", # noqa
|
||||
return_value=True,
|
||||
):
|
||||
call_command(
|
||||
"load_organization_data",
|
||||
self.migration_json_filename,
|
||||
directory=self.test_data_file_location,
|
||||
)
|
||||
|
||||
def compare_tables(
|
||||
self,
|
||||
expected_total_transition_domains,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue