1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-09 14:12:51 +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 c25f5c1775
commit b5084c7bb0

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))