Skip to content

Commit 4e5a685

Browse files
committed
tests: fixed more pivsession tests
1 parent 441ad34 commit 4e5a685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yubico.YubiKey/tests/integration/Yubico/YubiKey/Piv/Commands/SetMgmtKeyCmdTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void SetKey_TDes_Succeeds()
115115
0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48,
116116
0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58
117117
};
118-
var setCmd = new SetManagementKeyCommand(keyData);
118+
var setCmd = new SetManagementKeyCommand(keyData, PivAlgorithm.TripleDes);
119119

120120
SetManagementKeyResponse setRsp = pivSession.Connection.SendCommand(setCmd);
121121
Assert.Equal(ResponseStatus.Success, setRsp.Status);

0 commit comments

Comments
 (0)