This commit is contained in:
Rachid Mrad 2024-06-28 16:38:37 -04:00
parent e64cf36bb5
commit 791f215d63
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

View file

@ -1543,8 +1543,6 @@ class MockEppLib(TestCase):
def mockInfoDomainCommands(self, _request, cleaned):
request_name = getattr(_request, "name", None).lower()
print(request_name)
# Define a dictionary to map request names to data and extension values
request_mappings = {
"security.gov": (self.infoDomainNoContact, None),

View file

@ -735,8 +735,6 @@ class ExportDataTest(MockDb, MockEppLib):
csv_file.seek(0)
# Read the content into a variable
csv_content = csv_file.read()
print(csv_content)
self.maxDiff = None
expected_content = (
# Header
"Domain request,Submitted at,Status,Domain type,Federal type,"