mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-14 23:15:06 +02:00
cleanup
This commit is contained in:
parent
e64cf36bb5
commit
791f215d63
2 changed files with 0 additions and 4 deletions
|
@ -1543,8 +1543,6 @@ class MockEppLib(TestCase):
|
||||||
def mockInfoDomainCommands(self, _request, cleaned):
|
def mockInfoDomainCommands(self, _request, cleaned):
|
||||||
request_name = getattr(_request, "name", None).lower()
|
request_name = getattr(_request, "name", None).lower()
|
||||||
|
|
||||||
print(request_name)
|
|
||||||
|
|
||||||
# Define a dictionary to map request names to data and extension values
|
# Define a dictionary to map request names to data and extension values
|
||||||
request_mappings = {
|
request_mappings = {
|
||||||
"security.gov": (self.infoDomainNoContact, None),
|
"security.gov": (self.infoDomainNoContact, None),
|
||||||
|
|
|
@ -735,8 +735,6 @@ class ExportDataTest(MockDb, MockEppLib):
|
||||||
csv_file.seek(0)
|
csv_file.seek(0)
|
||||||
# Read the content into a variable
|
# Read the content into a variable
|
||||||
csv_content = csv_file.read()
|
csv_content = csv_file.read()
|
||||||
print(csv_content)
|
|
||||||
self.maxDiff = None
|
|
||||||
expected_content = (
|
expected_content = (
|
||||||
# Header
|
# Header
|
||||||
"Domain request,Submitted at,Status,Domain type,Federal type,"
|
"Domain request,Submitted at,Status,Domain type,Federal type,"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue