Add security tests for the superuser API
This commit is contained in:
parent
08ccad7fe4
commit
f12970469b
2 changed files with 88 additions and 0 deletions
|
@ -28,3 +28,6 @@ class TestConfig(DefaultConfig):
|
|||
'deadbeef-dead-beef-dead-beefdeadbeef')
|
||||
|
||||
USERFILES_TYPE = 'FakeUserfiles'
|
||||
|
||||
FEATURE_SUPER_USERS = True
|
||||
SUPER_USERS = ['devtable']
|
||||
|
|
Reference in a new issue