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 1f8b3a1 commit b636a76Copy full SHA for b636a76
plotly/tests/test_core/test_tools/test_file_tools.py
@@ -17,7 +17,8 @@ def test_set_config_file_all_entries(self):
17
plotly_api_domain=api,
18
plotly_ssl_verification=ssl_verify,
19
plotly_proxy_authorization=proxy_auth,
20
- world_readable=world_readable)
+ world_readable=world_readable,
21
+ auto_open=auto_open)
22
config = tools.get_config_file()
23
self.assertEqual(config['plotly_domain'], ___domain)
24
self.assertEqual(config['plotly_streaming_domain'], streaming_domain)
0 commit comments