mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 16:29:54 +02:00
fix unit test
This commit is contained in:
parent
c140f26a08
commit
0076f252fe
1 changed files with 0 additions and 3 deletions
|
@ -2119,9 +2119,6 @@ class TestPortfolioAdmin(TestCase):
|
|||
|
||||
domain_requests = self.admin.domain_requests(self.portfolio)
|
||||
self.assertIn("2 domain requests", domain_requests)
|
||||
self.assertIn("request1.gov", domain_requests)
|
||||
self.assertIn("request2.gov", domain_requests)
|
||||
self.assertIn('<ul class="add-list-reset">', domain_requests)
|
||||
|
||||
|
||||
class TestTransferUser(WebTest):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue