diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-12-15 15:18:03 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-12-15 22:35:03 +0000 |
commit | ac2acf1524ea33a37b5cdbd4cebcb149c80a48c7 (patch) | |
tree | 1e4ce1f671d1f9a2172783765af9c1dbf0623bf5 /tests/rest | |
parent | Skip redundant check on `request.args` (diff) | |
download | synapse-ac2acf1524ea33a37b5cdbd4cebcb149c80a48c7.tar.xz |
Remove redundant reading of SynapseRequest.args
this didn't seem to be doing a lot, so remove it.
Diffstat (limited to 'tests/rest')
-rw-r--r-- | tests/rest/client/v2_alpha/test_account.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/rest/client/v2_alpha/test_account.py b/tests/rest/client/v2_alpha/test_account.py |