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)