We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cae70 commit daa5bfcCopy full SHA for daa5bfc
packages/python/chart-studio/chart_studio/tests/test_plot_ly/test_stream/test_stream.py
@@ -35,7 +35,7 @@ def test_initialize_stream_plot(self):
35
auto_open=False,
36
world_readable=True,
37
filename='stream-test')
38
- self.assertEqual('https://plot.ly/~PythonAPI/461/', url)
+ self.assertTrue(url.startswith('https://plot.ly/~PythonAPI/'))
39
time.sleep(.5)
40
41
@attr('slow')
0 commit comments