diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-11-16 14:45:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 14:45:22 +0000 |
commit | ebc405446e6615d6187a2e29cb33f27dd5bd0841 (patch) | |
tree | 5903e9c8a8776146e604e99ee2d54119c7974999 /changelog.d | |
parent | Clarify the usecase for an msisdn delegate (#8734) (diff) | |
download | synapse-ebc405446e6615d6187a2e29cb33f27dd5bd0841.tar.xz |
Add a `custom_headers` param to `make_request` (#8760)
Some tests want to set some custom HTTP request headers, so provide a way to do that before calling requestReceived().
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8760.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8760.misc b/changelog.d/8760.misc new file mode 100644 index 0000000000..54502e9b90 --- /dev/null +++ b/changelog.d/8760.misc @@ -0,0 +1 @@ +Refactor test utilities for injecting HTTP requests. |