Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f47c247

Browse files
committed
fix test_plot tests (credentials problem)
1 parent 5a9795f commit f47c247

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plotly/tests/test_core/test_plotly/test_plot.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@
1717
# username for tests: 'PlotlyImageTest'
1818
# api_key for account: '786r5mecv0'
1919

20+
def setUp():
21+
py.sign_in('PlotlyImageTest', '786r5mecv0',
22+
plotly_domain='https://plot.ly')
23+
2024

2125
def test_plot_valid():
22-
py.sign_in('PlotlyImageTest', '786r5mecv0')
2326
fig = {
2427
'data':[
2528
{

0 commit comments

Comments
 (0)