mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +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)
|
resource = IntroducerRoot(introducer_node)
|
||||||
response = json.loads(
|
response = json.loads(
|
||||||
self.successResultOf(
|
self.successResultOf(
|
||||||
render(resource, t=[b"json"]),
|
render(resource, {"t": [b"json"]}),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
|
Loading…
Reference in New Issue
Block a user