From 2112333875bfb2d8486f4f6e627e78d5b71badad Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Fri, 30 May 2014 15:48:20 -0400 Subject: [PATCH] Update the test config to enable FEATURE_BILLING. --- test/testconfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testconfig.py b/test/testconfig.py index 281278085..bdf94391a 100644 --- a/test/testconfig.py +++ b/test/testconfig.py @@ -27,12 +27,12 @@ class TestConfig(DefaultConfig): STORAGE_TYPE = 'FakeStorage' BUILDLOGS_MODULE_AND_CLASS = ('test.testlogs', 'testlogs.TestBuildLogs') - BUILDLOGS_OPTIONS = ['logs.quay.io', 'devtable', 'building', - 'deadbeef-dead-beef-dead-beefdeadbeef'] + BUILDLOGS_OPTIONS = ['devtable', 'building', 'deadbeef-dead-beef-dead-beefdeadbeef'] USERFILES_TYPE = 'FakeUserfiles' FEATURE_SUPER_USERS = True + FEATURE_BILLING = True SUPER_USERS = ['devtable'] LICENSE_USER_LIMIT = 500