diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-11-13 23:48:25 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-11-15 23:09:03 +0000 |
commit | 70c0d47989b7794766ea957369c77d99664429c5 (patch) | |
tree | 65711c822c8c80b84944a2994e2a7b001f7ab717 | |
parent | pass a Site into make_request (diff) | |
download | synapse-70c0d47989b7794766ea957369c77d99664429c5.tar.xz |
fix dict handling for make_request()
-rw-r--r-- | tests/server.py | 2 | ||||
-rw-r--r-- | tests/unittest.py | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/server.py b/tests/server.py |