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()