mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-13 22:45:05 +02:00
Merge pull request #2361 from cisagov/rjm/2333-domain-filters
Issue #2333: Domain state filters - [RJM]
This commit is contained in:
commit
01d2c4494f
16 changed files with 434 additions and 80 deletions
|
@ -735,7 +735,6 @@ class ExportDataTest(MockDb, MockEppLib):
|
|||
csv_file.seek(0)
|
||||
# Read the content into a variable
|
||||
csv_content = csv_file.read()
|
||||
self.maxDiff = None
|
||||
expected_content = (
|
||||
# Header
|
||||
"Domain request,Submitted at,Status,Domain type,Federal type,"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue