We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38000cf commit a96a279Copy full SHA for a96a279
plotly/tests/test_core/test_tools/test_get_embed.py
@@ -28,7 +28,7 @@ def test_get_embed_url_with_share_key(self):
28
get_embed_return = tls.get_embed('https://plot.ly/~neda/6572' +
29
'?share_key=AH4MyPlyDyDWYA2cM2kj2m')
30
expected_get_embed = ("<iframe id=\"igraph\" scrolling=\"no\" "
31
- "style=\"border:none;\"seamless=\"seamless\" "
+ "style=\"border:none;\" seamless=\"seamless\" "
32
"src=\"{plotly_rest_url}/"
33
"~{file_owner}/{file_id}.embed?"
34
"share_key={share_key}\" "
0 commit comments