We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc16da6 commit 4c3aae5Copy full SHA for 4c3aae5
packages/python/plotly/plotly/tests/test_orca/test_to_image.py
@@ -321,7 +321,7 @@ def test_invalid_figure_json():
321
with pytest.raises(ValueError) as err:
322
pio.to_image(bad_fig, format='png')
323
324
- assert "Invalid value of type" in str(err.value)
+ assert "Invalid" in str(err.value)
325
326
327
pio.to_image(bad_fig, format='png', validate=False)
0 commit comments