Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2889e81

Browse files
committed
fix streaming_specs test
1 parent 5d91c83 commit 2889e81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plotly/tests/test_core/test_stream/test_stream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def test_stream_no_scheme(self):
128128
'server': 'stream.plot.ly',
129129
'port': 80,
130130
'ssl_enabled': False,
131+
'ssl_verification_enabled': False,
131132
'headers': {
132133
'Host': 'stream.plot.ly',
133134
'plotly-streamtoken': tk

0 commit comments

Comments
 (0)