summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-03-02 17:24:52 +0000
committerGitHub <noreply@github.com>2022-03-02 17:24:52 +0000
commit106959b3cf1a59ab5469db639223b6a5b84fb7d7 (patch)
tree4d56733cf7e6e2b4f3937c4b70dfa8d05f89f6bd /changelog.d
parentAdd type hints to `tests/rest/client` (#12108) (diff)
downloadsynapse-106959b3cf1a59ab5469db639223b6a5b84fb7d7.tar.xz
Remove unused mocks from `test_typing` (#12136)
* Remove unused mocks from `test_typing`

It's not clear what these do. `get_user_by_access_token` has the wrong
signature, including the return type. Tests all pass without these. I
think we should nuke them.

* Changelog

* Fixup imports
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12136.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12136.misc b/changelog.d/12136.misc
new file mode 100644
index 0000000000..98b1c1c9d8
--- /dev/null
+++ b/changelog.d/12136.misc
@@ -0,0 +1 @@
+Remove unused mocks from `test_typing`.
\ No newline at end of file