Skip to content

Commit bbb3cec

Browse files
committed
tyop
1 parent f009eb8 commit bbb3cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_plotly/test_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def test_plot_url_response_given_sharing_key(self):
183183
plot_url = py.plot(self.simple_figure, **kwargs)
184184
# shareplot basically always gives a 200 if even if permission denied
185185
# embedplot returns an actual 404
186-
embed_url = plot_url.split('?')[0] + '.embed' + plot_url.split('?')[1]
186+
embed_url = plot_url.split('?')[0] + '.embed?' + plot_url.split('?')[1]
187187
response = requests.get(embed_url)
188188

189189
self.assertEqual(response.status_code, 200)

0 commit comments

Comments
 (0)