mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 09:45:23 +02:00
Update test_feature_flags.py
This commit is contained in:
parent
8e13a305d5
commit
85ed218010
1 changed files with 3 additions and 1 deletions
|
@ -15,9 +15,11 @@ class TestFeatureFlags(TestCase):
|
|||
self.client = Client(HTTP_HOST="localhost:8080")
|
||||
self.factory = RequestFactory()
|
||||
self.superuser = create_superuser()
|
||||
# For testing purposes, lets flag this as false.
|
||||
|
||||
# For testing purposes, lets set this to false.
|
||||
self.superuser.is_staff = False
|
||||
self.superuser.save()
|
||||
|
||||
self.staffuser = create_staffuser()
|
||||
self.user = create_user()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue