Skip to content

Commit f9e6ac6

Browse files
committed
fix: remove AdvancedMode warning from expected_responses (no longer shown)
1 parent af44cdb commit f9e6ac6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_msg_ethereum_signtx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def test_ethereum_signtx_data(self):
3939
self.client.set_expected_responses(
4040
[
4141
proto.ButtonRequest(code=proto_types.ButtonRequest_ConfirmOutput),
42-
proto.ButtonRequest(code=proto_types.ButtonRequest_Other),
4342
proto.ButtonRequest(code=proto_types.ButtonRequest_ConfirmOutput),
4443
proto.ButtonRequest(code=proto_types.ButtonRequest_SignTx),
4544
eth_proto.EthereumTxRequest(),

0 commit comments

Comments
 (0)