From ce7e32ac0328811a0a00bc40f794cc31c6077a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Wed, 13 Jan 2021 11:57:19 +0200 Subject: [PATCH] Fix tests --- hc/front/tests/test_add_signal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hc/front/tests/test_add_signal.py b/hc/front/tests/test_add_signal.py index 70fc4919..c74f76f4 100644 --- a/hc/front/tests/test_add_signal.py +++ b/hc/front/tests/test_add_signal.py @@ -3,7 +3,7 @@ from hc.api.models import Channel from hc.test import BaseTestCase -@override_settings(SIGNAL_CLI_USERNAME="+123456789") +@override_settings(SIGNAL_CLI_ENABLED=True) class AddSignalTestCase(BaseTestCase): def setUp(self): super().setUp()