Skip to content

Commit

Permalink
Select U2F before device connection
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Sep 12, 2022
1 parent 3674b16 commit 4871460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def nkfido2_client(request) -> NKFido2Client:
# pynitrokey.fido2.force_udp_backend()
else:
print('Selecting hardware')
nkfido2_client.find_device()
nkfido2_client.use_u2f()
nkfido2_client.find_device()
log_data(f'\nExchange selected: {nkfido2_client.exchange}\n')
return nkfido2_client

Expand Down

0 comments on commit 4871460

Please sign in to comment.