mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Remove max_diff
This commit is contained in:
parent
d72e704ba4
commit
1be36839da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue