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 ab2a2c2 commit 2461584Copy full SHA for 2461584
tests/test_core/test_offline/test_offline.py
@@ -259,7 +259,7 @@ def test_including_plotlyjs_path_html(self):
259
260
def test_including_plotlyjs_path_div(self):
261
for include_plotlyjs in [
262
- ("https://cdnjs.cloudflare.com/ajax/libs/plotly.js/1.40.1/plotly.min.js"),
+ "https://cdnjs.cloudflare.com/ajax/libs/plotly.js/1.40.1/plotly.min.js",
263
"subpath/to/plotly.min.js",
264
"something.js",
265
]:
0 commit comments