From 98208cff40136268f0631e499e1bd762ff1a8509 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 11 Aug 2023 12:21:54 -0700 Subject: [PATCH] more fix because local is different for some reason --- tests/app/test_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/test_commands.py b/tests/app/test_commands.py index 511cae61b..458e66c7f 100644 --- a/tests/app/test_commands.py +++ b/tests/app/test_commands.py @@ -12,7 +12,6 @@ from app.commands import ( populate_annual_billing_with_the_previous_years_allowance, populate_organization_agreement_details_from_file, populate_organizations_from_file, - purge_functional_test_data, update_jobs_archived_flag, ) from app.dao.inbound_numbers_dao import dao_get_available_inbound_numbers