mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
args are bytes
This commit is contained in:
parent
e9aaaaccc4
commit
94b540215f
@ -189,7 +189,7 @@ class RenderRoot(AsyncTestCase):
|
||||
req = DummyRequest(b"")
|
||||
req.fields = {}
|
||||
req.args = {
|
||||
"t": ["json"],
|
||||
b"t": [b"json"],
|
||||
}
|
||||
|
||||
# for some reason, DummyRequest is already finished when we
|
||||
|
Loading…
x
Reference in New Issue
Block a user