From a1baba9fac43ca3f0f8864d308543283859ba4cb Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Wed, 28 May 2014 14:06:21 -0400 Subject: [PATCH] Add the LICENSE_USER_LIMIT to the test config. --- test/testconfig.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/testconfig.py b/test/testconfig.py index 2150f42d5..5f03b398b 100644 --- a/test/testconfig.py +++ b/test/testconfig.py @@ -32,3 +32,6 @@ class TestConfig(DefaultConfig): FEATURE_SUPER_USERS = True SUPER_USERS = ['devtable'] + + LICENSE_USER_LIMIT = 500 + \ No newline at end of file