mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-14 16:47:02 +02:00
cleanup
This commit is contained in:
parent
467536600e
commit
008b9d57a5
1 changed files with 0 additions and 1 deletions
|
@ -218,7 +218,6 @@ class GetDomainsJsonTest(TestWithUser, WebTest):
|
||||||
roles=[UserPortfolioRoleChoices.ORGANIZATION_MEMBER],
|
roles=[UserPortfolioRoleChoices.ORGANIZATION_MEMBER],
|
||||||
additional_permissions=[UserPortfolioPermissionChoices.VIEW_ALL_DOMAINS],
|
additional_permissions=[UserPortfolioPermissionChoices.VIEW_ALL_DOMAINS],
|
||||||
)
|
)
|
||||||
# self.app.set_user(self.user.username)
|
|
||||||
|
|
||||||
response = self.app.get(reverse("get_domains_json"), {"portfolio": self.portfolio.id})
|
response = self.app.get(reverse("get_domains_json"), {"portfolio": self.portfolio.id})
|
||||||
self.assertEqual(response.status_code, 200)
|
self.assertEqual(response.status_code, 200)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue