Update test_transition_domain_migrations.py

This commit is contained in:
zandercymatics 2023-11-21 13:14:41 -07:00
parent 9c92c99868
commit c6d285d73b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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,