diff --git a/src/registrar/tests/test_admin.py b/src/registrar/tests/test_admin.py index 72c639e4d..dff40b8cf 100644 --- a/src/registrar/tests/test_admin.py +++ b/src/registrar/tests/test_admin.py @@ -845,9 +845,9 @@ class TestDomainApplicationAdmin(MockEppLib): def test_table_sorted_alphabetically(self): """Tests if DomainApplicationAdmin table is sorted alphabetically""" - self.max_diff = None # Creates a list of DomainApplications in scrambled order multiple_unalphabetical_domain_objects("application") + request = self.factory.get("/") request.user = self.superuser