From e40994fb53633cb5d5fb62f8ebbfe624df26fb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geir=20G=C3=A5sodden?= Date: Fri, 18 Sep 2020 20:13:04 +0200 Subject: [PATCH] Changes url for testsite (patch) --- test/lib/cli-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/cli-test.js b/test/lib/cli-test.js index 9cfe743..cf3893f 100644 --- a/test/lib/cli-test.js +++ b/test/lib/cli-test.js @@ -158,7 +158,7 @@ tap.test('It returns error on invalid url', function testError (test) { }) */ tap.test('It returns data if url supplied', function testData (test) { - exec('./index.js', ['https://www.vg.no'], function testWithData (error, stdout, stderr) { + exec('./index.js', ['https://www.github.com'], function testWithData (error, stdout, stderr) { if (error) { throw error }