Commit 822bd0bd authored by Romain Courteaud's avatar Romain Courteaud

[erp5_hal_json_style] Fixup: use a form from erp5_core

See nexedi/erp5@f402de4e
parent b55ecd93
......@@ -1223,7 +1223,7 @@ class TestERP5Document_getHateoas_mode_traverse(ERP5HALJSONStyleSkinsMixin):
REQUEST=fake_request,
mode="traverse",
relative_url=document.getRelativeUrl(),
view="view_simple_graph"
view="Base_viewDocumentList"
)
self.assertEquals(fake_request.RESPONSE.status, 200)
self.assertEquals(fake_request.RESPONSE.getHeader('Content-Type'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment