Update the test config to enable FEATURE_BILLING.
This commit is contained in:
parent
d1f4fbdacc
commit
2112333875
1 changed files with 2 additions and 2 deletions
|
@ -27,12 +27,12 @@ class TestConfig(DefaultConfig):
|
||||||
STORAGE_TYPE = 'FakeStorage'
|
STORAGE_TYPE = 'FakeStorage'
|
||||||
|
|
||||||
BUILDLOGS_MODULE_AND_CLASS = ('test.testlogs', 'testlogs.TestBuildLogs')
|
BUILDLOGS_MODULE_AND_CLASS = ('test.testlogs', 'testlogs.TestBuildLogs')
|
||||||
BUILDLOGS_OPTIONS = ['logs.quay.io', 'devtable', 'building',
|
BUILDLOGS_OPTIONS = ['devtable', 'building', 'deadbeef-dead-beef-dead-beefdeadbeef']
|
||||||
'deadbeef-dead-beef-dead-beefdeadbeef']
|
|
||||||
|
|
||||||
USERFILES_TYPE = 'FakeUserfiles'
|
USERFILES_TYPE = 'FakeUserfiles'
|
||||||
|
|
||||||
FEATURE_SUPER_USERS = True
|
FEATURE_SUPER_USERS = True
|
||||||
|
FEATURE_BILLING = True
|
||||||
SUPER_USERS = ['devtable']
|
SUPER_USERS = ['devtable']
|
||||||
|
|
||||||
LICENSE_USER_LIMIT = 500
|
LICENSE_USER_LIMIT = 500
|
||||||
|
|
Reference in a new issue