From b81e7ea9500ba67ef498e5669b6facfe7acd1600 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 18 Jan 2024 15:25:41 +0000 Subject: Fixup tests --- tests/jobs-load-new-guix-revision.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/jobs-load-new-guix-revision.scm b/tests/jobs-load-new-guix-revision.scm index 8213afb..a2beb64 100644 --- a/tests/jobs-load-new-guix-revision.scm +++ b/tests/jobs-load-new-guix-revision.scm @@ -38,7 +38,8 @@ (mock ((guix-data-service jobs load-new-guix-revision) channel->source-and-derivations-by-system - (lambda (conn store channel fetch-with-authentication?) + (lambda* (conn store channel fetch-with-authentication? + #:key parallelism) (cons "/gnu/store/guix" '(("x86_64-linux" @@ -57,7 +58,8 @@ extract-information-from (lambda* (conn store guix-revision-id commit guix-source store-path - #:key skip-system-tests?) + #:key skip-system-tests? + parallelism) #t)) (mock -- cgit v1.2.3