Add the LICENSE_USER_LIMIT to the test config.
This commit is contained in:
parent
decefbf168
commit
a1baba9fac
1 changed files with 3 additions and 0 deletions
|
@ -32,3 +32,6 @@ class TestConfig(DefaultConfig):
|
||||||
|
|
||||||
FEATURE_SUPER_USERS = True
|
FEATURE_SUPER_USERS = True
|
||||||
SUPER_USERS = ['devtable']
|
SUPER_USERS = ['devtable']
|
||||||
|
|
||||||
|
LICENSE_USER_LIMIT = 500
|
||||||
|
|
Reference in a new issue