Skip to content

Commit 3802f96

Browse files
committed
Merge pull request #116 from plotly/andrew-fix-failing-test
Both username and key were being set improperly during test suite.
2 parents 0836322 + 8ffd942 commit 3802f96

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)