summary refs log tree commit diff
path: root/tests/rest
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-01-29 12:44:10 +0000
committerNeil Johnson <neil@matrix.org>2019-01-29 12:44:10 +0000
commit4eeb2fb215eff17042021095e7fac73d449bdc13 (patch)
tree835690fbe3c5a18048cde5392f1bbadb5dcb01c3 /tests/rest
parentenforce auth for capabilities endpoint (diff)
downloadsynapse-4eeb2fb215eff17042021095e7fac73d449bdc13.tar.xz
isort
Diffstat (limited to 'tests/rest')
-rw-r--r--tests/rest/client/v2_alpha/test_capabilities.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rest/client/v2_alpha/test_capabilities.py b/tests/rest/client/v2_alpha/test_capabilities.py

index f9f80c8969..131a4af417 100644 --- a/tests/rest/client/v2_alpha/test_capabilities.py +++ b/tests/rest/client/v2_alpha/test_capabilities.py
@@ -14,8 +14,9 @@ # limitations under the License. from synapse.api.constants import DEFAULT_ROOM_VERSION, KNOWN_ROOM_VERSIONS +from synapse.rest.client.v1 import admin, login from synapse.rest.client.v2_alpha import capabilities -from synapse.rest.client.v1 import login, admin + from tests import unittest