diff --git a/service/src/query_processor.rs b/service/src/query_processor.rs index 6fe1e03f..0cfd7962 100644 --- a/service/src/query_processor.rs +++ b/service/src/query_processor.rs @@ -221,9 +221,8 @@ mod tests { }, ); - assert_eq!( - attestation_signer.verify(&attestation, request, response, &indexer), - Ok(()) - ); + attestation_signer + .verify(&attestation, request, response, &allocation.id) + .unwrap(); } }