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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user