Skip to content

Commit bcceacc

Browse files
author
Bilal Al
committed
fixed test
1 parent 2c1c520 commit bcceacc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integration/test_streaming_e2e.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,8 +1952,6 @@ async def test_streaming_status_changes(self):
19521952

19531953
assert await factory.client().get_treatment('maldo', 'split1') == 'on'
19541954
assert task.running()
1955-
# await asyncio.sleep(2)
1956-
# assert 'PushStatusHandler' not in [t.name for t in threading.enumerate()]
19571955

19581956
# Validate the SSE request
19591957
sse_request = sse_requests.get()
@@ -2386,7 +2384,6 @@ async def test_ably_errors_handling(self):
23862384

23872385
# Assert sync-task is running and the streaming status handler thread is over
23882386
assert task.running()
2389-
assert 'PushStatusHandler' not in [t.name for t in threading.enumerate()]
23902387

23912388
# Validate the SSE requests
23922389
sse_request = sse_requests.get()

0 commit comments

Comments
 (0)