mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-24 05:19:23 +02:00
Cleanup
This commit is contained in:
parent
e23c3eee52
commit
45af1f10e5
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ class ExportDataTest(MockDb, MockEppLib):
|
||||||
|
|
||||||
# Read the content into a variable
|
# Read the content into a variable
|
||||||
csv_content = csv_file.read()
|
csv_content = csv_file.read()
|
||||||
self.maxDiff = None
|
|
||||||
# We expect READY domains first, created between day-2 and day+2, sorted by created_at then name
|
# We expect READY domains first, created between day-2 and day+2, sorted by created_at then name
|
||||||
# and DELETED domains deleted between day-2 and day+2, sorted by deleted then name
|
# and DELETED domains deleted between day-2 and day+2, sorted by deleted then name
|
||||||
expected_content = (
|
expected_content = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue