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

Skip to content

Commit 8ffd942

Browse files
committed
Both username and key were being set improperly during test suite.
We should really refactor the test suite to prevent future unexpected events like this.
1 parent 0836322 commit 8ffd942

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plotly/tests/test_core/test_plotly/test_plot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919

2020
def test_plot_valid():
21+
py.sign_in('plotlyimagetest', '786r5mecv0')
2122
fig = {
2223
'data':[
2324
{
@@ -85,4 +86,4 @@ def test_histogram2dcontour():
8586

8687

8788
def test_plot_scatter():
88-
pass
89+
pass

0 commit comments

Comments
 (0)