From 96eada297f9d01792aa3640e3e5e456380eee1a2 Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Mon, 28 Sep 2020 14:40:56 -0700 Subject: [PATCH] lint --- lemur/tests/conf.py | 1 + 1 file changed, 1 insertion(+) 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