We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1c520 commit bcceaccCopy full SHA for bcceacc
1 file changed
tests/integration/test_streaming_e2e.py
@@ -1952,8 +1952,6 @@ async def test_streaming_status_changes(self):
1952
1953
assert await factory.client().get_treatment('maldo', 'split1') == 'on'
1954
assert task.running()
1955
-# await asyncio.sleep(2)
1956
-# assert 'PushStatusHandler' not in [t.name for t in threading.enumerate()]
1957
1958
# Validate the SSE request
1959
sse_request = sse_requests.get()
@@ -2386,7 +2384,6 @@ async def test_ably_errors_handling(self):
2386
2384
2387
2385
# Assert sync-task is running and the streaming status handler thread is over
2388
2389
- assert 'PushStatusHandler' not in [t.name for t in threading.enumerate()]
2390
2391
# Validate the SSE requests
2392
0 commit comments