diff --git a/tests/spot/test_spot_websocket_v2.py b/tests/spot/test_spot_websocket_v2.py index b1834b47..fd80493f 100644 --- a/tests/spot/test_spot_websocket_v2.py +++ b/tests/spot/test_spot_websocket_v2.py @@ -379,7 +379,7 @@ async def check_unsubscribe() -> None: asyncio_run(check_unsubscribe()) for expected in ( - '{"method": "subscribe", "req_id": 123456789, "result": {"channel": "executions", "maxratecount": 180, "snapshot": true"' # , "success": true, "time_in": ', + '{"method": "subscribe", "req_id": 123456789, "result": {"channel": "executions", "maxratecount": 180, "snapshot": true"', # , "success": true, "time_in": ', '{"method": "unsubscribe", "req_id": 987654321, "result": {"channel": "executions"}, "success": true, "time_in": ', ): assert expected in caplog.text