diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-26 07:19:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 07:19:20 -0400 |
commit | 56efa9ec719c4416e2e87f49effc00faa1134828 (patch) | |
tree | eb189cb096371f9fcc94edc43559a263770aaa43 /changelog.d/8167.misc | |
parent | Add functions to `MultiWriterIdGen` used by events stream (#8164) (diff) | |
download | synapse-56efa9ec719c4416e2e87f49effc00faa1134828.tar.xz |
Fix rate limiting unit tests. (#8167)
These were passing on the release-v1.19.1 branch but started failing once merged to develop.
Diffstat (limited to 'changelog.d/8167.misc')
-rw-r--r-- | changelog.d/8167.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8167.misc b/changelog.d/8167.misc new file mode 100644 index 0000000000..e2ed9be7a4 --- /dev/null +++ b/changelog.d/8167.misc @@ -0,0 +1 @@ +Fix tests that were broken due to the merge of 1.19.1. |