From b3d82bf43e363374516e12c4bd43417a5a512ebb Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 8 Jul 2018 12:20:39 +0200 Subject: [PATCH] Added Redis backend configuration to the test --- tests/etc/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/etc/config.yaml b/tests/etc/config.yaml index e97c1bb2..fbbf7580 100644 --- a/tests/etc/config.yaml +++ b/tests/etc/config.yaml @@ -1,3 +1,6 @@ +backend.redis: + disabled: False + backend.http: port: 8123 disable_websocket: True