From 323a47d19d49d6c4400dfd656fc8b470c9a41540 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 14 Oct 2020 13:18:02 +0200 Subject: [PATCH] tests: fix warning in dummy backend tests --- tests/test_dummy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_dummy.py b/tests/test_dummy.py index e7bfaa1..f0291d0 100644 --- a/tests/test_dummy.py +++ b/tests/test_dummy.py @@ -24,7 +24,7 @@ import pytest @pytest.fixture def backend(): options = { - 'direct_notification_url': 'http://example.com/direct_notification_url', + 'automatic_notification_url': 'http://example.com/direct_notification_url', 'siret': '1234', 'origin': 'Mairie de Perpette-les-oies' }