mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Compatible with the interface I used in test_web.py
This commit is contained in:
parent
16ab1690de
commit
1c5f4e2bf0
@ -197,7 +197,7 @@ class IntroducerRootTests(unittest.TestCase):
|
||||
resource = IntroducerRoot(introducer_node)
|
||||
response = json.loads(
|
||||
self.successResultOf(
|
||||
render(resource, t=[b"json"]),
|
||||
render(resource, {"t": [b"json"]}),
|
||||
),
|
||||
)
|
||||
self.assertEqual(
|
||||
|
Loading…
Reference in New Issue
Block a user