Skip to content

Commit 2a0cda7

Browse files
committed
Update unstreamable test.
This now passes because we don’t do any validation!
1 parent a47a212 commit 2a0cda7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plotly/tests/test_core/test_stream/test_stream.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@ def test_stream_validate_layout():
102102
my_stream.close()
103103

104104

105-
@raises(exceptions.PlotlyError)
106105
def test_stream_unstreamable():
106+
107+
# even though `name` isn't streamable, we don't validate it --> should pass
108+
107109
py.sign_in(un, ak)
108110
my_stream = py.Stream(tk)
109111
my_stream.open()

0 commit comments

Comments
 (0)