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 f47c247 commit 87166d4Copy full SHA for 87166d4
plotly/tests/test_core/test_stream/test_stream.py
@@ -16,6 +16,13 @@
16
un = 'PythonAPI'
17
ak = 'ubpiol2cve'
18
tk = 'vaia8trjjb'
19
+config = {'plotly_domain': 'https://plot.ly',
20
+ 'plotly_streaming_domain': 'stream.plot.ly',
21
+ 'plotly_api_domain': 'https://api.plot.ly'}
22
+
23
24
+def setUp():
25
+ py.sign_in(un, ak, **config)
26
27
28
def test_initialize_stream_plot():
0 commit comments