From f9e6ac65ab20184a10b1fd4f0ee1647784723c4e Mon Sep 17 00:00:00 2001 From: highlander Date: Thu, 19 Mar 2026 23:49:09 -0600 Subject: [PATCH] fix: remove AdvancedMode warning from expected_responses (no longer shown) --- tests/test_msg_ethereum_signtx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_msg_ethereum_signtx.py b/tests/test_msg_ethereum_signtx.py index c345967f..aa29d564 100644 --- a/tests/test_msg_ethereum_signtx.py +++ b/tests/test_msg_ethereum_signtx.py @@ -39,7 +39,6 @@ def test_ethereum_signtx_data(self): self.client.set_expected_responses( [ proto.ButtonRequest(code=proto_types.ButtonRequest_ConfirmOutput), - proto.ButtonRequest(code=proto_types.ButtonRequest_Other), proto.ButtonRequest(code=proto_types.ButtonRequest_ConfirmOutput), proto.ButtonRequest(code=proto_types.ButtonRequest_SignTx), eth_proto.EthereumTxRequest(),