tests: fix warning in dummy backend tests

This commit is contained in:
Benjamin Dauvergne 2020-10-14 13:18:02 +02:00
parent 258f2aaf1d
commit 323a47d19d
1 changed files with 1 additions and 1 deletions

View File

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