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 ec36462 commit ab2a2c2Copy full SHA for ab2a2c2
tests/test_core/test_offline/test_offline.py
@@ -239,7 +239,7 @@ def test_including_plotlyjs_directory_div(self):
239
240
def test_including_plotlyjs_path_html(self):
241
for include_plotlyjs in [
242
- ("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",
243
"subpath/to/plotly.min.js",
244
"something.js",
245
]:
0 commit comments