summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-11-16 18:21:47 +0000
committerGitHub <noreply@github.com>2020-11-16 18:21:47 +0000
commitf125895475aeee9447f3988ecbd8bfd1836545bf (patch)
treec8089efeb11c3707e6b5cc23a825d794c94728fb /changelog.d
parentGeneralise _locally_reject_invite (#8751) (diff)
downloadsynapse-f125895475aeee9447f3988ecbd8bfd1836545bf.tar.xz
Move `wait_until_result` into `FakeChannel` (#8758)
FakeChannel has everything we need, and this more accurately models the real
flow.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8758.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8758.misc b/changelog.d/8758.misc
new file mode 100644
index 0000000000..54502e9b90
--- /dev/null
+++ b/changelog.d/8758.misc
@@ -0,0 +1 @@
+Refactor test utilities for injecting HTTP requests.