diff --git a/halfapi/testing/test_domain.py b/halfapi/testing/test_domain.py index c30a85c..5732a5f 100644 --- a/halfapi/testing/test_domain.py +++ b/halfapi/testing/test_domain.py @@ -43,6 +43,8 @@ class TestDomain(TestCase): # HTTP self.halfapi_conf = { + 'secret': 'testsecret', + 'production': False, 'domain': {} }