From c6bf27fd2c1b16ccf9a075a029dfe7cf7b7c89d2 Mon Sep 17 00:00:00 2001 From: Yegor Pomortsev Date: Tue, 22 Oct 2024 12:41:17 -0700 Subject: [PATCH] Fix test_hf_batched_response --- tests/hfp_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/hfp_test.py b/tests/hfp_test.py index a97a2729..f65a909a 100644 --- a/tests/hfp_test.py +++ b/tests/hfp_test.py @@ -576,7 +576,6 @@ async def test_hf_batched_response( ): hf, ag = hfp_connections - ag.send_response = lambda str: None ag.dlc.write(b'\r\n+BIND: (1,2)\r\n\r\nOK\r\n') await hf.execute_command("AT+BIND=?", response_type=hfp.AtResponseType.SINGLE)