fix(server::tests): tighten unseal test seal_key params to &[u8; 32]
This commit is contained in:
@@ -235,7 +235,7 @@ mod tests {
|
||||
);
|
||||
actor
|
||||
.ask(Bootstrap {
|
||||
seal_key_raw: SafeCell::new(b"integrity-test-seal-key".to_vec()),
|
||||
seal_key_raw: SafeCell::new([0u8; 32].to_vec()),
|
||||
})
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user