mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
fix unit tests
This commit is contained in:
parent
ca24078f50
commit
7b46e39a89
1 changed files with 1 additions and 1 deletions
|
@ -1379,7 +1379,7 @@ class TestUser(TestCase):
|
|||
self.assertTrue(user_can_view_all_domains)
|
||||
self.assertFalse(user_can_view_all_requests)
|
||||
|
||||
self.user.portfolio_roles = [User.UserPortfolioRoleChoices.ORGANIZATION_ADMIN]
|
||||
self.user.portfolio_roles = [UserPortfolioRoleChoices.ORGANIZATION_ADMIN]
|
||||
self.user.save()
|
||||
self.user.refresh_from_db()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue