From 2182f716dbd0cac4afdd104d0fa8824b6e7b4af0 Mon Sep 17 00:00:00 2001 From: Arnaud-D <35631001+Arnaud-D@users.noreply.github.com> Date: Sun, 28 Apr 2024 20:01:23 +0200 Subject: [PATCH] Fix ligne inutile --- zds/tutorialv2/tests/tests_routes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zds/tutorialv2/tests/tests_routes.py b/zds/tutorialv2/tests/tests_routes.py index 31db6c924d..5a6bd914a0 100644 --- a/zds/tutorialv2/tests/tests_routes.py +++ b/zds/tutorialv2/tests/tests_routes.py @@ -64,7 +64,6 @@ def test_view_container_two_level_deep(self): self.assert_can_be_reached(route, route_args) -@override_for_contents() class ArticlesDisplayRoutesTests(BasicRouteTests): content_type = "ARTICLE"