From b6860362449a0aa623886227c051dfa420dadc16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 2 Apr 2020 22:10:31 +0200 Subject: [PATCH] tests: declare missing attributes when mocking known_services (#41285) --- tests/test_lingo_payment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_lingo_payment.py b/tests/test_lingo_payment.py index afe39215..7f35bd31 100644 --- a/tests/test_lingo_payment.py +++ b/tests/test_lingo_payment.py @@ -113,6 +113,7 @@ def key(request, settings): 'wcs': { 'wcs1': { 'url': 'http://example.org/', + 'orig': 'http://combo.example.net/', 'verif_orig': 'wcs', 'secret': key, },