[testing] add "secret" and "production" variable to test_domain configuration
This commit is contained in:
parent
4d6e935813
commit
a388faf1d8
|
@ -43,6 +43,8 @@ class TestDomain(TestCase):
|
||||||
|
|
||||||
# HTTP
|
# HTTP
|
||||||
self.halfapi_conf = {
|
self.halfapi_conf = {
|
||||||
|
'secret': 'testsecret',
|
||||||
|
'production': False,
|
||||||
'domain': {}
|
'domain': {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue