1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-08 05:32:39 +00:00

fix(test): comment out outdated code in already broken test

[no changelog]
This commit is contained in:
M1nd3r 2025-01-31 16:12:24 +01:00
parent 1e5decb2e4
commit aa3c07aee2

View File

@ -324,7 +324,7 @@ class TestTrezorHostProtocol(unittest.TestCase):
async def _dummy(ctx: PairingContext, expected_types):
return await ctx.read([1018, 1024])
pairing.show_display_data = _dummy
# pairing.show_display_data = _dummy
msg_code_entry = ThpCodeEntryChallenge(challenge=b"\x12\x34")
buffer: bytearray = bytearray(protobuf.encoded_length(msg_code_entry))