mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
removed data calculation from renew_domain dja function
This commit is contained in:
parent
2ec954ff1d
commit
d0d4fbdb5f
5 changed files with 4 additions and 61 deletions
|
@ -735,7 +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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue