Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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