From 967fba10283861f8d8aa0ad4546e2b3603520bd1 Mon Sep 17 00:00:00 2001 From: Vitor Freitas Date: Wed, 16 Jan 2019 10:59:14 +0200 Subject: Remove extra line --- colossus/apps/core/tests/test_views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/colossus/apps/core/tests/test_views.py b/colossus/apps/core/tests/test_views.py index b7b1e76..b80a149 100644 --- a/colossus/apps/core/tests/test_views.py +++ b/colossus/apps/core/tests/test_views.py @@ -7,8 +7,7 @@ from colossus.test.testcases import AuthenticatedTestCase, TestCase class CoreLoginRequiredTests(TestCase): """ Test if all the urls from core's app are protected with login_required decorator - Perform a GET request to all urls. The expected outcome is a redirection - to the login page. + Perform a GET request to all urls. The expected outcome is a redirection to the login page. """ def test_redirection(self): patterns = [ -- cgit