aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_streaming.py')
-rw-r--r--tests/test_streaming.py4
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()
370def test_stream_healthy(api_anonymous):
371 assert api_anonymous.stream_healthy()
Powered by cgit v1.2.3 (git 2.41.0)