From 6610343332bd16cfebe94fb93fe7b55c7362e28a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 11 May 2020 13:08:14 +0100 Subject: Revert emergency registration patches Revert "Merge remote-tracking branch 'origin/clokep/no-validate-ui-auth-sess' into matrix-org-hotfixes" This reverts commit 5adad58d959ed0b249d43a9df81f034edc8876e7, reversing changes made to 617541c4c6f9dea1ac1ed0a8f1ab848507457e23. --- tests/rest/client/v2_alpha/test_auth.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/rest/client/v2_alpha/test_auth.py') diff --git a/tests/rest/client/v2_alpha/test_auth.py b/tests/rest/client/v2_alpha/test_auth.py index efc20f86aa..587be7b2e7 100644 --- a/tests/rest/client/v2_alpha/test_auth.py +++ b/tests/rest/client/v2_alpha/test_auth.py @@ -182,9 +182,6 @@ class FallbackAuthTests(unittest.HomeserverTestCase): self.render(request) self.assertEqual(channel.code, 403) - # This behavior is currently disabled. - test_cannot_change_operation.skip = True - def test_complete_operation_unknown_session(self): """ Attempting to mark an invalid session as complete should error. -- cgit 1.5.1