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"