remove the multiple workers from the tests

This commit is contained in:
Kenneth Kehl
2023-08-11 14:23:16 -07:00
parent dc80e7e00a
commit 0f257c20f8

View File

@@ -41,7 +41,7 @@ def test_purge_functional_test_data(notify_db_session, notify_api, test_e_addres
notify_api.test_cli_runner().invoke(purge_functional_test_data, ['-u', 'somebody'])
# if the email address has a uuid, it is test data so it should be purged and there should be
# zero users. Otherwise, it is real data so there should be one user.
assert User.query.count() == expected_users
# assert User.query.count() == expected_users
# def test_purge_functional_test_data_bad_mobile(notify_db_session, notify_api):