summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-05-15 09:54:15 +0100
committerGitHub <noreply@github.com>2019-05-15 09:54:15 +0100
commit99c7dae087fc2412dad6a8f8efb1362c04df3afc (patch)
tree1f921d8566159bb29bc353c9ec17d78ebc7d72c9 /changelog.d
parentcomment about user_joined_room (diff)
parentNewsfile (diff)
downloadsynapse-99c7dae087fc2412dad6a8f8efb1362c04df3afc.tar.xz
Merge pull request #5185 from matrix-org/erikj/fix_config_ratelimiting
Use correct config option for ratelimiting in tests
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5185.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5185.misc b/changelog.d/5185.misc
new file mode 100644
index 0000000000..d148b03b51
--- /dev/null
+++ b/changelog.d/5185.misc
@@ -0,0 +1 @@
+Update tests to consistently be configured via the same code that is used when loading from configuration files.