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

This commit is contained in:
Frédéric Péters 2020-04-02 22:10:31 +02:00
parent c87e491a29
commit b686036244
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ def key(request, settings):
'wcs': {
'wcs1': {
'url': 'http://example.org/',
'orig': 'http://combo.example.net/',
'verif_orig': 'wcs',
'secret': key,
},