diff options
Diffstat (limited to 'tests/replication/test_auth.py')
-rw-r--r-- | tests/replication/test_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/replication/test_auth.py b/tests/replication/test_auth.py index 1346e0e160..43a16bb141 100644 --- a/tests/replication/test_auth.py +++ b/tests/replication/test_auth.py @@ -13,7 +13,7 @@ # limitations under the License. import logging -from synapse.rest.client.v2_alpha import register +from synapse.rest.client import register from tests.replication._base import BaseMultiWorkerStreamTestCase from tests.server import FakeChannel, make_request |