From 48387b288f5f9203ffbfc7f7a8ffead27624d156 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 29 Jul 2019 12:21:34 +0200 Subject: [PATCH] tests: fix coverage --- test/datasource/packagist.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/datasource/packagist.spec.js b/test/datasource/packagist.spec.js index 19d03c2a7c..33012d34b3 100644 --- a/test/datasource/packagist.spec.js +++ b/test/datasource/packagist.spec.js @@ -223,6 +223,7 @@ describe('datasource/packagist', () => { got.mockReturnValueOnce({ body: JSON.parse(mailchimpJson), }); + config.registryUrls = []; expect( await datasource.getPkgReleases({ ...config, -- GitLab