Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a96a279

Browse filesBrowse files
committed
missing space in the test_get_embed_url_with_share_key test
1 parent 38000cf commit a96a279
Copy full SHA for a96a279

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎plotly/tests/test_core/test_tools/test_get_embed.py

Copy file name to clipboardExpand all lines: plotly/tests/test_core/test_tools/test_get_embed.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_get_embed_url_with_share_key(self):
2828
get_embed_return = tls.get_embed('https://plot.ly/~neda/6572' +
2929
'?share_key=AH4MyPlyDyDWYA2cM2kj2m')
3030
expected_get_embed = ("<iframe id=\"igraph\" scrolling=\"no\" "
31-
"style=\"border:none;\"seamless=\"seamless\" "
31+
"style=\"border:none;\" seamless=\"seamless\" "
3232
"src=\"{plotly_rest_url}/"
3333
"~{file_owner}/{file_id}.embed?"
3434
"share_key={share_key}\" "

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.