forked from GithubBackups/healthchecks
Fix tests
This commit is contained in:
parent
ce7e32ac03
commit
d7c7ae6531
@ -10,7 +10,7 @@ from hc.api.models import Channel, Check, Notification, TokenBucket
|
||||
from hc.test import BaseTestCase
|
||||
|
||||
|
||||
@override_settings(SIGNAL_CLI_USERNAME="+987654321")
|
||||
@override_settings(SIGNAL_CLI_ENABLED=True)
|
||||
class NotifySignalTestCase(BaseTestCase):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
|
@ -22,6 +22,7 @@ try:
|
||||
import dbus
|
||||
except ImportError:
|
||||
# Enforce
|
||||
dbus = None
|
||||
settings.SIGNAL_CLI_ENABLED = False
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user