From 03ea66cf33b77caf766d74e7b7038aec10be0322 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 7 Oct 2020 18:51:30 +0100 Subject: Use the git repository fetch with authentication value --- tests/jobs-load-new-guix-revision.scm | 4 ++-- 1 file changed, 2 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 08dd6f1..99acfa7 100644 --- a/tests/jobs-load-new-guix-revision.scm +++ b/tests/jobs-load-new-guix-revision.scm @@ -38,7 +38,7 @@ (mock ((guix-data-service jobs load-new-guix-revision) channel->derivations-by-system - (lambda (conn store channel) + (lambda (conn store channel fetch-with-authentication?) '((x86_64-linux . ((manifest-entry-item . /gnu/store/foo.drv) @@ -96,7 +96,7 @@ (mock ((guix-data-service jobs load-new-guix-revision) channel->derivations-by-system - (lambda (conn store channel) + (lambda (conn store channel fetch-with-authentication?) '(x86_64-linux . ((manifest-entry-item . /gnu/store/foo.drv) -- cgit v1.2.3