diff options
author | Quentin Gliech <quenting@element.io> | 2022-09-21 14:40:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 12:40:34 +0000 |
commit | e0804ef898374c71850a30ce38c23cd1274a1c97 (patch) | |
tree | a03a5a3ca78a2df42601b05bb8e113ba362c9898 /changelog.d | |
parent | Fix the release script not publishing binary wheels. (#13850) (diff) | |
download | synapse-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.misc | 1 |
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. |