summary refs log tree commit diff
path: root/tests/rest/client/v1/test_profile.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-06-04 11:59:55 +0100
committerRichard van der Hoff <richard@matrix.org>2019-06-04 11:59:55 +0100
commite91a68ef3a6f38ac819515cdeba4dfcdcae7f88f (patch)
tree1cdc8003c638e8cedc0ddd95fe913774b376df0e /tests/rest/client/v1/test_profile.py
parentMerge branch 'rav/limit_displayname_length' into matrix-org-hotfixes (diff)
parentAvoid rapidly backing-off a server if we ignore the retry interval (#5335) (diff)
downloadsynapse-e91a68ef3a6f38ac819515cdeba4dfcdcae7f88f.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'tests/rest/client/v1/test_profile.py')
-rw-r--r--tests/rest/client/v1/test_profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/v1/test_profile.py b/tests/rest/client/v1/test_profile.py

index f4d0d48dad..72c7ed93cb 100644 --- a/tests/rest/client/v1/test_profile.py +++ b/tests/rest/client/v1/test_profile.py
@@ -30,7 +30,7 @@ from tests import unittest from ....utils import MockHttpResource, setup_test_homeserver myid = "@1234ABCD:test" -PATH_PREFIX = "/_matrix/client/api/v1" +PATH_PREFIX = "/_matrix/client/r0" class MockHandlerProfileTestCase(unittest.TestCase):