Compatible with the interface I used in test_web.py

This commit is contained in:
Jean-Paul Calderone 2020-09-23 18:36:17 -04:00
parent 16ab1690de
commit 1c5f4e2bf0

View File

@ -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(