summary refs log tree commit diff
path: root/tests/http/test_endpoint.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-21 16:05:34 +0000
committerErik Johnston <erik@matrix.org>2021-01-21 16:05:34 +0000
commitbde75f5f6600ff74f3fa5d9ff62bcb9f56596886 (patch)
treeff8afa873b562774f386a2168fc77d3ea17e8533 /tests/http/test_endpoint.py
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentAdd schema update to fix existing DBs affected by #9193 (#9195) (diff)
downloadsynapse-bde75f5f6600ff74f3fa5d9ff62bcb9f56596886.tar.xz
Merge remote-tracking branch 'origin/release-v1.26.0' into matrix-org-hotfixes
Diffstat (limited to 'tests/http/test_endpoint.py')
-rw-r--r--tests/http/test_endpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/test_endpoint.py b/tests/http/test_endpoint.py

index b2e9533b07..d06ea518ce 100644 --- a/tests/http/test_endpoint.py +++ b/tests/http/test_endpoint.py
@@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -from synapse.http.endpoint import parse_and_validate_server_name, parse_server_name +from synapse.util.stringutils import parse_and_validate_server_name, parse_server_name from tests import unittest