Attempting a fix to get tests to pass with travis. Very odd...

This commit is contained in:
Matt Wright
2013-07-24 11:35:04 -04:00
parent a5482922f3
commit 156ccaecc1
+1
View File
@@ -59,6 +59,7 @@ class DefaultSecurityTests(SecurityTest):
self.assertIsHomePage(r.data)
def test_unauthorized_access(self):
self.logout()
r = self._get('/profile', follow_redirects=True)
self.assertIn('<li class="info">Please log in to access this page.</li>', r.data)