Merge pull request #19790 from edx/pwnage101/read-from-extra-list-of-logout-uris

Additionally logout from a settings list of extra logout URIs
This commit is contained in:
Nimisha Asthagiri
2019-02-12 22:49:36 -05:00
committed by GitHub
9 changed files with 106 additions and 18 deletions

View File

@@ -2193,7 +2193,7 @@ class EntryPageTestCase(TestCase):
def test_logout(self):
# Logout redirects.
self._test_page("/logout", 302)
self._test_page("/logout", 200)
@override_switch(
'{}.{}'.format(waffle.WAFFLE_NAMESPACE, waffle.ENABLE_ACCESSIBILITY_POLICY_PAGE),