Remove max_diff

This commit is contained in:
zandercymatics 2023-12-15 08:52:44 -07:00
parent d72e704ba4
commit 1be36839da
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -845,9 +845,9 @@ class TestDomainApplicationAdmin(MockEppLib):
def test_table_sorted_alphabetically(self): def test_table_sorted_alphabetically(self):
"""Tests if DomainApplicationAdmin table is sorted alphabetically""" """Tests if DomainApplicationAdmin table is sorted alphabetically"""
self.max_diff = None
# Creates a list of DomainApplications in scrambled order # Creates a list of DomainApplications in scrambled order
multiple_unalphabetical_domain_objects("application") multiple_unalphabetical_domain_objects("application")
request = self.factory.get("/") request = self.factory.get("/")
request.user = self.superuser request.user = self.superuser