Skip to content

Commit ab2a2c2

Browse files
gvwilsonemilykl
andauthored
Update tests/test_core/test_offline/test_offline.py
Co-authored-by: Emily KL <[email protected]>
1 parent ec36462 commit ab2a2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core/test_offline/test_offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def test_including_plotlyjs_directory_div(self):
239239

240240
def test_including_plotlyjs_path_html(self):
241241
for include_plotlyjs in [
242-
("https://cdnjs.cloudflare.com/ajax/libs/plotly.js/1.40.1/plotly.min.js"),
242+
"https://cdnjs.cloudflare.com/ajax/libs/plotly.js/1.40.1/plotly.min.js",
243243
"subpath/to/plotly.min.js",
244244
"something.js",
245245
]:

0 commit comments

Comments
 (0)