Skip to content

Commit d1c5fe9

Browse files
committed
Fix orca test
1 parent 810544f commit d1c5fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/tests/test_orca/test_to_image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def test_invalid_figure_json():
342342
assert "400: invalid or malformed request syntax" in str(err.value)
343343

344344

345-
def test_bytesio():
345+
def test_bytesio(fig1):
346346
# Verify that writing to a BytesIO object contains the same data as with to_image().
347347
bio = BytesIO()
348348
pio.write_image(fig1, bio, format="jpg", validate=False)

0 commit comments

Comments
 (0)