Skip to content

Commit f63090b

Browse files
committed
Fix url in testcase. v2 API includes trailing slash in web_url
1 parent bb6c53c commit f63090b

File tree

1 file changed

+1
-1
lines changed
  • packages/python/chart-studio/chart_studio/tests/test_plot_ly/test_stream

1 file changed

+1
-1
lines changed

packages/python/chart-studio/chart_studio/tests/test_plot_ly/test_stream/test_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_initialize_stream_plot(self):
3535
auto_open=False,
3636
world_readable=True,
3737
filename='stream-test')
38-
assert url == 'https://plot.ly/~PythonAPI/461'
38+
self.assertEqual('https://plot.ly/~PythonAPI/461/', url)
3939
time.sleep(.5)
4040

4141
@attr('slow')

0 commit comments

Comments
 (0)