[testing] add "secret" and "production" variable to test_domain configuration

This commit is contained in:
Maxime Alves LIRMM 2022-02-28 09:58:47 +01:00
parent 4d6e935813
commit a388faf1d8
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ class TestDomain(TestCase):
# HTTP
self.halfapi_conf = {
'secret': 'testsecret',
'production': False,
'domain': {}
}