summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2022-09-21 14:40:34 +0200
committerGitHub <noreply@github.com>2022-09-21 12:40:34 +0000
commite0804ef898374c71850a30ce38c23cd1274a1c97 (patch)
treea03a5a3ca78a2df42601b05bb8e113ba362c9898 /changelog.d
parentFix the release script not publishing binary wheels. (#13850) (diff)
downloadsynapse-e0804ef898374c71850a30ce38c23cd1274a1c97.tar.xz
Improve the `synapse.api.auth.Auth` mock used in unit tests. (#13809)
To return the proper type (`Requester`) instead of a `dict`.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13809.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13809.misc b/changelog.d/13809.misc
new file mode 100644
index 0000000000..c2dacca2f2
--- /dev/null
+++ b/changelog.d/13809.misc
@@ -0,0 +1 @@
+Improve the `synapse.api.auth.Auth` mock used in unit tests.