From 1f509dce6eb993feb59642968bd2fbcd5970c41c Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Fri, 23 Feb 2024 18:40:28 +0100 Subject: [PATCH] fixup! feat(core/bitcoin): send BIP-380 descriptor in GetPublicKey response --- tests/device_tests/bitcoin/test_descriptors.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/device_tests/bitcoin/test_descriptors.py b/tests/device_tests/bitcoin/test_descriptors.py index 50b148cbad..2d0a21a638 100644 --- a/tests/device_tests/bitcoin/test_descriptors.py +++ b/tests/device_tests/bitcoin/test_descriptors.py @@ -186,7 +186,9 @@ def test_descriptors(client: Client, coin, account, purpose, script_type, descri @pytest.mark.parametrize( "coin, account, purpose, script_type, descriptors", VECTORS_DESCRIPTORS ) -def test_descriptors_trezorlib(client: Client, coin, account, purpose, script_type, descriptors): +def test_descriptors_trezorlib( + client: Client, coin, account, purpose, script_type, descriptors +): with client: if client.model != models.T1B1: IF = InputFlowShowXpubQRCode(client)