diff --git a/geotrek/api/tests/test_mobile/test_views.py b/geotrek/api/tests/test_mobile/test_views.py index d9adc13267..c911f39797 100644 --- a/geotrek/api/tests/test_mobile/test_views.py +++ b/geotrek/api/tests/test_mobile/test_views.py @@ -103,7 +103,7 @@ def test_launch_sync_mobile_fail(self, mocked_stdout, command): @patch('geotrek.api.management.commands.sync_mobile.Command.handle', return_value=None, side_effect=Exception('This is a test')) @patch('sys.stdout', new_callable=StringIO) - def test_launch_sync_rando_no_rando_root(self, mocked_stdout, command): + def test_launch_sync_mobile_no_root(self, mocked_stdout, command): task = launch_sync_mobile.apply() log = mocked_stdout.getvalue() self.assertNotIn("Done", log) diff --git a/geotrek/common/templates/common/sync_rando.html b/geotrek/common/templates/common/sync_rando.html deleted file mode 100644 index f417e3b726..0000000000 --- a/geotrek/common/templates/common/sync_rando.html +++ /dev/null @@ -1,137 +0,0 @@ -{% extends "mapentity/base_site.html" %} - -{% load static crispy_forms_tags %} -{% load i18n %} - -{% block extrahead %} - - -{% endblock extrahead %} - -{% block toolbar %} -{% endblock toolbar %} - -{% block mainpanel %} - -