Skip to content

Commit a54b508

Browse files
committed
tests: Adjust return value to match current kryoptic version
Signed-off-by: Jakub Jelen <[email protected]>
1 parent d71a001 commit a54b508

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
@@ -3825,7 +3825,7 @@ fn unique_id() -> TestResult {
38253825
assert!(matches!(
38263826
res,
38273827
Err(Error::Pkcs11(
3828-
RvError::AttributeReadOnly,
3828+
RvError::ActionProhibited,
38293829
Function::SetAttributeValue
38303830
))
38313831
));

0 commit comments

Comments
 (0)