Skip to content

Commit 8d90d9f

Browse files
committed
tests: Add missing usage attributes
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent c41316a commit 8d90d9f

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
@@ -941,7 +941,7 @@ fn wrap_and_unwrap_key() {
941941
];
942942

943943
// priv key template
944-
let priv_key_template = vec![Attribute::Token(true)];
944+
let priv_key_template = vec![Attribute::Token(true), (Attribute::Unwrap(true))];
945945

946946
let (wrapping_key, unwrapping_key) = session
947947
.generate_key_pair(

0 commit comments

Comments
 (0)