Skip to content

Commit d09e11e

Browse files
committed
tests: Softokn reports different error for UniqueId
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 38d84e6 commit d09e11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptoki/tests/basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3703,7 +3703,7 @@ fn unique_id() -> TestResult {
37033703
assert!(matches!(
37043704
res,
37053705
Err(Error::Pkcs11(
3706-
RvError::AttributeTypeInvalid,
3706+
_,
37073707
Function::CreateObject
37083708
))
37093709
));

0 commit comments

Comments
 (0)