summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Freitas2019-01-16 10:59:14 +0200
committerVitor Freitas2019-01-16 10:59:14 +0200
commit967fba10283861f8d8aa0ad4546e2b3603520bd1 (patch)
tree3fc9ee79b6d551f68f1f6322484fd62aa4bc9bf7
parentca121064e945a399543771f248a70a80585ec214 (diff)
downloadcolossus-967fba10283861f8d8aa0ad4546e2b3603520bd1.tar.gz
colossus-967fba10283861f8d8aa0ad4546e2b3603520bd1.tar.bz2
colossus-967fba10283861f8d8aa0ad4546e2b3603520bd1.zip
Remove extra line
-rw-r--r--colossus/apps/core/tests/test_views.py3
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 = [