We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef27f88 commit c53b874Copy full SHA for c53b874
aggregator/src/aggregator/http_handlers/tests/aggregation_job_init.rs
@@ -386,6 +386,7 @@ async fn aggregate_init() {
386
);
387
let transcript_8 = run_vdaf(
388
&vdaf,
389
+ task.id(),
390
verify_key.as_bytes(),
391
&dummy::AggregationParam(0),
392
report_metadata_8.id(),
@@ -420,6 +421,7 @@ async fn aggregate_init() {
420
421
422
let transcript_9 = run_vdaf(
423
424
425
426
427
report_metadata_9.id(),
0 commit comments