Skip to content

Commit 3b713ba

Browse files
Merge remote-tracking branch 'origin/master'
# Conflicts: # tests/rsocket/test_connection_lost.py
2 parents 6dbecb1 + ed81fbe commit 3b713ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rsocket/test_connection_lost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ async def transport_provider():
324324
return RSocketClient(transport_provider(), handler_factory=ClientHandler)
325325

326326

327-
@pytest.mark.allow_error_log(regex_filter='Connection error')
327+
@pytest.mark.allow_error_log() # regex_filter='Connection error') # todo: fix error log
328328
@pytest.mark.parametrize(
329329
'start_service, start_client',
330330
(

0 commit comments

Comments
 (0)