Adapt test to provide certificate APDU

This commit is contained in:
Charles-Edouard de la Vergne
2024-06-11 10:59:14 +02:00
parent 1a555d0996
commit 338f7cef45
4 changed files with 5 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ def common(firmware: Firmware, app_client: EthAppClient) -> int:
if firmware == Firmware.NANOS:
pytest.skip("Not supported on LNS")
challenge = app_client.get_challenge()
return ResponseParser.challenge(challenge.data)