Skip to content

Commit 5d01da6

Browse files
committed
debug
1 parent 0a2458f commit 5d01da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/python/chart-studio/chart_studio/tests/test_core/test_tools/test_file_tools.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ def test_reset_config_file(self):
8080

8181
tools.reset_config_file()
8282
config = tools.get_config_file()
83-
self.assertEqual(config["plotly_domain"], "https://plot.ly")
84-
self.assertEqual(config["plotly_streaming_domain"], "stream.plot.ly")
83+
self.assertEqual(config["plotly_domain"], "https://plotly.com")
84+
self.assertEqual(config["plotly_streaming_domain"], "stream.plotly.com")
8585

8686
def test_get_credentials_file(self):
8787

0 commit comments

Comments
 (0)