fix(opaque): fix integration test

This commit is contained in:
Edouard Vanbelle
2026-08-05 23:13:47 +02:00
parent 94e5b9e355
commit 1a701b3a64
@@ -700,9 +700,18 @@ mod integration_tests {
let ghost = Uuid::new_v4();
for err in [
repo.write_registration(ghost, b"whatever", 1)
.await
.unwrap_err(),
repo.write_registration(
ghost,
b"whatever",
1,
StoredKsf {
memory_kib: 47_104,
iterations: 1,
parallelism: 1,
},
)
.await
.unwrap_err(),
repo.read_registration(ghost).await.unwrap_err(),
repo.clear_registration(ghost).await.unwrap_err(),
repo.mark_migrated(ghost).await.unwrap_err(),