Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timtmok committed Apr 10, 2024
1 parent c56791f commit c2f45de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def test_hook_handle_msg_noop_on_unknown_method(figure_comm: DummyComm) -> None:
def render_request(comm_id: str, width_px: int = 500, height_px: int = 500, pixel_ratio: int = 1):
return json_rpc_request(
"render",
{"width": width_px, "height": height_px, "pixel_ratio": pixel_ratio},
{"width": width_px, "height": height_px, "pixel_ratio": pixel_ratio, "format": "png"},
comm_id=comm_id,
)

Expand Down

0 comments on commit c2f45de

Please sign in to comment.