trussed-dev / fido2-tests

Test suite for FIDO2, U2F, and other security key functions
Other
48 stars 38 forks source link

fix multiple values for argument 'options' #42

Closed niooss-ledger closed 3 years ago

niooss-ledger commented 4 years ago

When running tests/standard/fido2/test_getinfo.py on Python 3.8, the test fails with:

TypeError: make_credential() got multiple values for argument 'options'

Move options into FidoRequest parameters in order to fix the invocation of device.sendMC.

conorpp commented 3 years ago

Thank you!