diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-11-16 18:21:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 18:21:47 +0000 |
commit | f125895475aeee9447f3988ecbd8bfd1836545bf (patch) | |
tree | c8089efeb11c3707e6b5cc23a825d794c94728fb /changelog.d | |
parent | Generalise _locally_reject_invite (#8751) (diff) | |
download | synapse-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.misc | 1 |
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. |