summary refs log tree commit diff
path: root/tests/rest/admin/test_statistics.py
diff options
context:
space:
mode:
authorBenjamin Bouvier <benjamin@bouvier.cc>2024-11-12 17:41:14 +0100
committerGitHub <noreply@github.com>2024-11-12 16:41:14 +0000
commitbfb197c596f751bc9c4ed5c807b406a31385ae77 (patch)
tree971d59e0347377f57051fedf8686429e4f66e855 /tests/rest/admin/test_statistics.py
parentMerge branch 'release-v1.119' into develop (diff)
downloadsynapse-bfb197c596f751bc9c4ed5c807b406a31385ae77.tar.xz
Fix typo in error message when a media ID isn't known (#17865)
Diffstat (limited to 'tests/rest/admin/test_statistics.py')
-rw-r--r--tests/rest/admin/test_statistics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/admin/test_statistics.py b/tests/rest/admin/test_statistics.py

index 5f60e19e56..07ec49c4e5 100644 --- a/tests/rest/admin/test_statistics.py +++ b/tests/rest/admin/test_statistics.py
@@ -82,7 +82,7 @@ class UserMediaStatisticsTestCase(unittest.HomeserverTestCase): """ If parameters are invalid, an error is returned. """ - # unkown order_by + # unknown order_by channel = self.make_request( "GET", self.url + "?order_by=bar",