Skip to content

Commit 68d7c18

Browse files
author
yankev
committed
added space to comply with get_embed() result
1 parent 32f0080 commit 68d7c18

File tree

2 files changed

+93
-1
lines changed

2 files changed

+93
-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)