We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff995b commit 5ad9e90Copy full SHA for 5ad9e90
cryptoki/tests/basic.rs
@@ -3823,10 +3823,7 @@ fn unique_id() -> TestResult {
3823
} else {
3824
assert!(matches!(
3825
res,
3826
- Err(Error::Pkcs11(
3827
- RvError::AttributeReadOnly,
3828
- Function::SetAttributeValue
3829
- ))
+ Err(Error::Pkcs11(_, Function::SetAttributeValue))
3830
));
3831
}
3832
@@ -3903,10 +3900,7 @@ fn validation() -> TestResult {
3903
3900
3904
3901
3905
3902
3906
3907
- RvError::ActionProhibited,
3908
3909
3910
3911
3912
0 commit comments