diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-08-28 19:00:45 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-08-28 19:00:45 +0100 |
commit | fd835d20a02449c0d2a3c4c327696464df4937a1 (patch) | |
tree | f2017af14bd2a04458dd4b37ab7c300cbc4e4ee7 | |
parent | Convert confirmation from request args to HTML form data (diff) | |
download | synapse-fd835d20a02449c0d2a3c4c327696464df4937a1.tar.xz |
Pass a list of arg tuples to urlencode instead of request.args github/anoa/halp anoa/halp
-rw-r--r-- | tests/rest/client/v2_alpha/test_account.py | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/tests/rest/client/v2_alpha/test_account.py b/tests/rest/client/v2_alpha/test_account.py |