diff --git a/lemur/tests/conf.py b/lemur/tests/conf.py index e2d2e50b..f1019d04 100644 --- a/lemur/tests/conf.py +++ b/lemur/tests/conf.py @@ -15,6 +15,7 @@ def get_random_secret(length): secret_key = secret_key + ''.join(random.choice(string.ascii_lowercase) for x in range(round(length / 4))) return secret_key + ''.join(random.choice(string.digits) for x in range(round(length / 4))) + THREADS_PER_PAGE = 8 # General