summary refs log tree commit diff
path: root/tests/rest/client/v2_alpha/test_auth.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-05-11 13:08:14 +0100
committerRichard van der Hoff <richard@matrix.org>2020-05-11 13:08:14 +0100
commit6610343332bd16cfebe94fb93fe7b55c7362e28a (patch)
tree7b601302be056b5fd85b55cd0d19261f86dba5fb /tests/rest/client/v2_alpha/test_auth.py
parentMerge remote-tracking branch 'origin/clokep/no-validate-ui-auth-sess' into ma... (diff)
downloadsynapse-6610343332bd16cfebe94fb93fe7b55c7362e28a.tar.xz
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.
Diffstat (limited to 'tests/rest/client/v2_alpha/test_auth.py')
-rw-r--r--tests/rest/client/v2_alpha/test_auth.py3
1 files changed, 0 insertions, 3 deletions
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.