Skip to content

Commit 87166d4

Browse files
committed
fix stream test (needs stateless-signin)
1 parent f47c247 commit 87166d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plotly/tests/test_core/test_stream/test_stream.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
un = 'PythonAPI'
1717
ak = 'ubpiol2cve'
1818
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)
1926

2027

2128
def test_initialize_stream_plot():

0 commit comments

Comments
 (0)