diff --git a/swh/icinga_plugins/tests/test_deposit.py b/swh/icinga_plugins/tests/test_deposit.py --- a/swh/icinga_plugins/tests/test_deposit.py +++ b/swh/icinga_plugins/tests/test_deposit.py @@ -15,7 +15,7 @@ from .web_scenario import WebScenario -BASE_URL = 'mock://swh-deposit.example.org/1' +BASE_URL = 'http://swh-deposit.example.org/1' COMMON_OPTIONS = [ '--server', BASE_URL,