fix code quality issues x/2

This commit is contained in:
Conor Patrick
2019-03-26 16:14:28 -04:00
parent d2091563ab
commit 08e236df69
3 changed files with 2 additions and 3 deletions

View File

@ -47,7 +47,7 @@ class U2FTests(Tester):
with Test("Check bad CLA"):
try:
res = self.ctap1.send_apdu(1, CTAP1.INS.VERSION, 0, 0, b"abc")
self.ctap1.send_apdu(1, CTAP1.INS.VERSION, 0, 0, b"abc")
except ApduError as e:
assert e.code == 0x6E00