We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0018cdf commit 9326d64Copy full SHA for 9326d64
plotly/tests/test_core/test_offline/test_offline.py
@@ -110,7 +110,7 @@ def setUp(self):
110
super(PlotlyOfflineOtherDomainTestCase, self).setUp()
111
plotly.tools.set_config_file(plotly_domain='https://stage.plot.ly',
112
plotly_api_domain='https://api-stage.plot.ly')
113
- plotly.plotly.sign_in('PlotlyTestShark', 'kI2H0E7sTZ5RM9yoaK4X')
+ plotly.plotly.sign_in('PlotlyTestShark', 'YVsAvsGcGVxw11ct6Dff')
114
115
def test_plot_rendered_if_non_plotly_domain(self):
116
html = plotly.offline.plot(fig, output_type='div')
0 commit comments