We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2458f commit 5d01da6Copy full SHA for 5d01da6
packages/python/chart-studio/chart_studio/tests/test_core/test_tools/test_file_tools.py
@@ -80,8 +80,8 @@ def test_reset_config_file(self):
80
81
tools.reset_config_file()
82
config = tools.get_config_file()
83
- self.assertEqual(config["plotly_domain"], "https://plot.ly")
84
- self.assertEqual(config["plotly_streaming_domain"], "stream.plot.ly")
+ self.assertEqual(config["plotly_domain"], "https://plotly.com")
+ self.assertEqual(config["plotly_streaming_domain"], "stream.plotly.com")
85
86
def test_get_credentials_file(self):
87
0 commit comments