Skip to content

Commit c53b874

Browse files
authored
aggregator: fix broken test (#3507)
1 parent ef27f88 commit c53b874

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aggregator/src/aggregator/http_handlers/tests/aggregation_job_init.rs

+2
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ async fn aggregate_init() {
386386
);
387387
let transcript_8 = run_vdaf(
388388
&vdaf,
389+
task.id(),
389390
verify_key.as_bytes(),
390391
&dummy::AggregationParam(0),
391392
report_metadata_8.id(),
@@ -420,6 +421,7 @@ async fn aggregate_init() {
420421
);
421422
let transcript_9 = run_vdaf(
422423
&vdaf,
424+
task.id(),
423425
verify_key.as_bytes(),
424426
&dummy::AggregationParam(0),
425427
report_metadata_9.id(),

0 commit comments

Comments
 (0)