Add the LICENSE_USER_LIMIT to the test config.

This commit is contained in:
Jake Moshenko 2014-05-28 14:06:21 -04:00
parent decefbf168
commit a1baba9fac

View file

@ -32,3 +32,6 @@ class TestConfig(DefaultConfig):
FEATURE_SUPER_USERS = True
SUPER_USERS = ['devtable']
LICENSE_USER_LIMIT = 500