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 f0aba76 commit bdf8f05Copy full SHA for bdf8f05
tests/test_optional/test_kaleido/test_kaleido.py
@@ -214,8 +214,7 @@ def test_defaults():
214
== "https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-svg.js"
215
)
216
assert (
217
- kwargs["kopts"]["plotlyjs"]
218
- == "https://cdn.plot.ly/plotly-3.0.0.js"
+ kwargs["kopts"]["plotlyjs"] == "https://cdn.plot.ly/plotly-3.0.0.js"
219
220
221
else:
0 commit comments