Skip to content

Commit daa5bfc

Browse files
committed
Fix test URL expectation
1 parent 53cae70 commit daa5bfc

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

+1-1
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-
self.assertEqual('https://plot.ly/~PythonAPI/461/', url)
38+
self.assertTrue(url.startswith('https://plot.ly/~PythonAPI/'))
3939
time.sleep(.5)
4040

4141
@attr('slow')

0 commit comments

Comments
 (0)