Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a96a279

Browse files
committed
missing space in the test_get_embed_url_with_share_key test
1 parent 38000cf commit a96a279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_tools/test_get_embed.py

Lines 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)