Skip to content

Commit 2461584

Browse files
gvwilsonemilykl
andauthored
Update tests/test_core/test_offline/test_offline.py
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
1 parent ab2a2c2 commit 2461584

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
@@ -259,7 +259,7 @@ def test_including_plotlyjs_path_html(self):
259259

260260
def test_including_plotlyjs_path_div(self):
261261
for include_plotlyjs in [
262-
("https://cdnjs.cloudflare.com/ajax/libs/plotly.js/1.40.1/plotly.min.js"),
262+
"https://cdnjs.cloudflare.com/ajax/libs/plotly.js/1.40.1/plotly.min.js",
263263
"subpath/to/plotly.min.js",
264264
"something.js",
265265
]:

0 commit comments

Comments
 (0)