mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49:21 +02:00
Remove prints
This commit is contained in:
parent
038fa3b266
commit
0d864c57ef
1 changed files with 0 additions and 2 deletions
|
@ -92,8 +92,6 @@ class TestExtendExpirationDates(MockEppLib):
|
||||||
current_domain = Domain.objects.filter(name="waterbutpurple.gov").get()
|
current_domain = Domain.objects.filter(name="waterbutpurple.gov").get()
|
||||||
x = TransitionDomain.objects.filter(domain_name=current_domain.name).get()
|
x = TransitionDomain.objects.filter(domain_name=current_domain.name).get()
|
||||||
self.assertEqual(desired_domain, current_domain)
|
self.assertEqual(desired_domain, current_domain)
|
||||||
print(f"wtf is going on {current_domain.__dict__}")
|
|
||||||
print(f"wtf is going on2 {x.__dict__}")
|
|
||||||
# Explicitly test the expiration date
|
# Explicitly test the expiration date
|
||||||
self.assertEqual(current_domain.expiration_date, datetime.date(2024, 11, 15))
|
self.assertEqual(current_domain.expiration_date, datetime.date(2024, 11, 15))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue