Merge pull request #19264 from edx/waheed/LEARNER-6219-update-session-cookie-expiry

Update session cookie expiry.
This commit is contained in:
Waheed Ahmed
2018-11-15 14:09:53 +05:00
committed by GitHub
3 changed files with 15 additions and 24 deletions

View File

@@ -120,7 +120,7 @@ class HelperMixin(object):
"""Asserts failure on /login for missing social auth looks right."""
self.assertEqual(403, response.status_code)
self.assertIn(
"successfully logged into your %s account, but this account isn't linked" % self.provider.name,
"successfully logged into your %s account, but this account isn't linked" % self.provider.name,
response.content
)