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

Skip to content

Commit dcaacfd

Browse files
committed
updated the test to see if circle passes
1 parent 8d13f50 commit dcaacfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/tests/test_core/test_plotly/test_plot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ def test_plot_url_given_sharing_key(self):
191191
'fileopt': 'overwrite',
192192
'world_readable': False,
193193
'sharing': 'secret'}
194+
plot_url = py._send_to_plotly(fig, **kwargs)['url']
194195

195-
self.assertTrue('share_key=' in
196-
py._send_to_plotly(fig, **kwargs)['url'])
196+
self.assertTrue('share_key=' in plot_url)
197197

198198
def test_plot_url_response_given_sharing_key(self):
199199

0 commit comments

Comments
 (0)