mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
fix test on Import
This commit is contained in:
parent
abf763c243
commit
d6746af538
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ class TestDomainAdminAsStaff(MockEppLib):
|
|||
self.assertEqual(response.status_code, 200)
|
||||
self.assertContains(response, self.febdomain.name)
|
||||
self.assertNotContains(response, self.nonfebdomain.name)
|
||||
self.assertNotContains(response, "Import")
|
||||
self.assertNotContains(response, "Export")
|
||||
self.assertNotContains(response, ">Import<")
|
||||
self.assertNotContains(response, ">Export<")
|
||||
|
||||
@less_console_noise_decorator
|
||||
def test_omb_analyst_change(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue