diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-11 09:15:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 09:15:22 -0500 |
commit | e55bd0e11012ee14a8b18ece16f4837b86212f5c (patch) | |
tree | d957a35b7a454c8f8ac0a29b054fc7aac1dd54bd /changelog.d | |
parent | Re-Activating account when local passwords are disabled (#9587) (diff) | |
download | synapse-e55bd0e11012ee14a8b18ece16f4837b86212f5c.tar.xz |
Add tests for blacklisting reactor/agent. (#9563)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9563.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9563.misc b/changelog.d/9563.misc new file mode 100644 index 0000000000..7a3493e4a1 --- /dev/null +++ b/changelog.d/9563.misc @@ -0,0 +1 @@ +Fix type hints and tests for BlacklistingAgentWrapper and BlacklistingReactorWrapper. |