diff --git a/tests/test_contacts_manager.py b/tests/test_contacts_manager.py index 203395d..ad72049 100644 --- a/tests/test_contacts_manager.py +++ b/tests/test_contacts_manager.py @@ -69,6 +69,8 @@ def test_search_json_view(settings, app, user, mail_group): 'wcs': { 'demarches': { 'url': 'http://wcs.example.net/', + 'orig': 'http://welco.example.net/', + 'secret': 'xxx', } } } @@ -116,6 +118,8 @@ def test_contact_detail_fragment_view(settings, app, db): 'wcs': { 'demarches': { 'url': 'http://wcs.example.net/', + 'orig': 'http://welco.example.net/', + 'secret': 'xxx', } } } @@ -176,6 +180,8 @@ def test_post_contact_add_view(mocked_sleep, settings, app, db): 'wcs': { 'demarches': { 'url': 'http://wcs.example.net/', + 'orig': 'http://welco.example.net/', + 'secret': 'xxx', } } }