diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_streaming.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_streaming.py b/tests/test_streaming.py index 2e52f35..a471c41 100644 --- a/tests/test_streaming.py +++ b/tests/test_streaming.py | |||
@@ -365,3 +365,7 @@ def test_stream_user_local(api, api2): | |||
365 | assert updates[0].id == posted[0].id | 365 | assert updates[0].id == posted[0].id |
366 | 366 | ||
367 | t.join() | 367 | t.join() |
368 | |||
369 | @pytest.mark.vcr() | ||
370 | def test_stream_healthy(api_anonymous): | ||
371 | assert api_anonymous.stream_healthy() | ||