From f18e0bbba4369f7d0ef6ebaa5c7019abb0c443c3 Mon Sep 17 00:00:00 2001 From: Gaurav Goyal Date: Wed, 5 May 2021 13:34:40 +0530 Subject: [PATCH] Added qcluster config to run tests --- wazimap_ng/config/test.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wazimap_ng/config/test.py b/wazimap_ng/config/test.py index 18c703a9..0aa7f72c 100755 --- a/wazimap_ng/config/test.py +++ b/wazimap_ng/config/test.py @@ -35,3 +35,8 @@ class Test(Common): } FILE_SIZE_LIMIT = 3000 * 1024 * 1024 + + Q_CLUSTER = { + "redis": os.environ.get("REDIS_URL"), + "sync": True + } \ No newline at end of file