mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 04:29:44 +02:00
Remove test print statements
This commit is contained in:
parent
67433d4502
commit
421603df2c
1 changed files with 0 additions and 3 deletions
|
@ -291,9 +291,6 @@ class DomainApplicationTests(TestWithUser, WebTest):
|
||||||
dotgov_result = dotgov_form.submit()
|
dotgov_result = dotgov_form.submit()
|
||||||
# validate that data from this step are being saved
|
# validate that data from this step are being saved
|
||||||
application = DomainApplication.objects.get() # there's only one
|
application = DomainApplication.objects.get() # there's only one
|
||||||
# print("application: ", application)
|
|
||||||
print("application requested domains ", application.requested_domain)
|
|
||||||
print("application alternative domains ", application.alternative_domains)
|
|
||||||
self.assertEqual(application.requested_domain.name, "city.gov")
|
self.assertEqual(application.requested_domain.name, "city.gov")
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
application.alternative_domains.filter(website="city1.gov").count(), 1
|
application.alternative_domains.filter(website="city1.gov").count(), 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue