Skip to content

Commit b636a76

Browse files
committed
set auto_open in the test
1 parent 1f8b3a1 commit b636a76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plotly/tests/test_core/test_tools/test_file_tools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ def test_set_config_file_all_entries(self):
1717
plotly_api_domain=api,
1818
plotly_ssl_verification=ssl_verify,
1919
plotly_proxy_authorization=proxy_auth,
20-
world_readable=world_readable)
20+
world_readable=world_readable,
21+
auto_open=auto_open)
2122
config = tools.get_config_file()
2223
self.assertEqual(config['plotly_domain'], ___domain)
2324
self.assertEqual(config['plotly_streaming_domain'], streaming_domain)

0 commit comments

Comments
 (0)