Skip to content

Commit 1f8b3a1

Browse files
committed
update test - can't set conflicting world_readable and sharing option
1 parent a8cb7ef commit 1f8b3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_tools/test_file_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_set_config_file_all_entries(self):
1111
___domain, streaming_domain, api, sharing = ('this', 'thing',
1212
'that', 'private')
1313
ssl_verify, proxy_auth, world_readable, auto_open = (True, True,
14-
True, False)
14+
False, False)
1515
tools.set_config_file(plotly_domain=___domain,
1616
plotly_streaming_domain=streaming_domain,
1717
plotly_api_domain=api,

0 commit comments

Comments
 (0)