tests: declare missing attributes when mocking known_services (#41286)

This commit is contained in:
Frédéric Péters 2020-04-02 21:54:08 +02:00
parent bf1864f324
commit 775d3b190b
1 changed files with 6 additions and 0 deletions

View File

@ -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',
}
}
}