From cf1dbcc7ea610e20c1a90251c9da7119774a80ff Mon Sep 17 00:00:00 2001 From: Pavlos Ratis Date: Wed, 25 Sep 2013 15:09:56 +0300 Subject: fix more pep8 errors --- okupy/tests/unit/test_login.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'okupy/tests/unit/test_login.py') diff --git a/okupy/tests/unit/test_login.py b/okupy/tests/unit/test_login.py index c9948db..07bf089 100644 --- a/okupy/tests/unit/test_login.py +++ b/okupy/tests/unit/test_login.py @@ -149,7 +149,7 @@ class LoginUnitTestsNoLDAP(OkupyTestCase): response = login(request) response.context = RequestContext(request) self.assertMessage(response, - "Can't contact the LDAP server or the database", 40) + "Can't contact the LDAP server or the database", 40) def test_no_ldap_connection_raises_ldaperror_in_login(self): request = set_request(uri='/login', post=vars.LOGIN_WRONG, @@ -157,7 +157,7 @@ class LoginUnitTestsNoLDAP(OkupyTestCase): response = login(request) response.context = RequestContext(request) self.assertMessage(response, - "Can't contact the LDAP server or the database", 40) + "Can't contact the LDAP server or the database", 40) def test_no_ldap_connection_in_logout_sends_notification_mail(self): request = set_request(uri='/login', post=vars.LOGIN_ALICE, -- cgit v1.2.3-18-g5258