diff options
author | Vitor Freitas | 2019-01-16 10:59:14 +0200 |
---|---|---|
committer | Vitor Freitas | 2019-01-16 10:59:14 +0200 |
commit | 967fba10283861f8d8aa0ad4546e2b3603520bd1 (patch) | |
tree | 3fc9ee79b6d551f68f1f6322484fd62aa4bc9bf7 | |
parent | ca121064e945a399543771f248a70a80585ec214 (diff) | |
download | colossus-967fba10283861f8d8aa0ad4546e2b3603520bd1.tar.gz colossus-967fba10283861f8d8aa0ad4546e2b3603520bd1.tar.bz2 colossus-967fba10283861f8d8aa0ad4546e2b3603520bd1.zip |
Remove extra line
-rw-r--r-- | colossus/apps/core/tests/test_views.py | 3 |
1 files changed, 1 insertions, 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 = [ |