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 9880c4c commit de1c46fCopy full SHA for de1c46f
cryptoki/tests/basic.rs
@@ -3824,7 +3824,7 @@ fn unique_id() -> TestResult {
3824
assert!(matches!(
3825
res,
3826
Err(Error::Pkcs11(
3827
- RvError::AttributeReadOnly,
+ _,
3828
Function::SetAttributeValue
3829
))
3830
));
@@ -3904,7 +3904,7 @@ fn validation() -> TestResult {
3904
3905
3906
3907
- RvError::ActionProhibited,
3908
3909
3910
0 commit comments