Skip to content

Commit 9326d64

Browse files
committed
incorrect api key for stage account
1 parent 0018cdf commit 9326d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_offline/test_offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def setUp(self):
110110
super(PlotlyOfflineOtherDomainTestCase, self).setUp()
111111
plotly.tools.set_config_file(plotly_domain='https://stage.plot.ly',
112112
plotly_api_domain='https://api-stage.plot.ly')
113-
plotly.plotly.sign_in('PlotlyTestShark', 'kI2H0E7sTZ5RM9yoaK4X')
113+
plotly.plotly.sign_in('PlotlyTestShark', 'YVsAvsGcGVxw11ct6Dff')
114114

115115
def test_plot_rendered_if_non_plotly_domain(self):
116116
html = plotly.offline.plot(fig, output_type='div')

0 commit comments

Comments
 (0)