Skip to content

Commit

Permalink
Changes url for testsite (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Sep 18, 2020
1 parent cf0cde9 commit e40994f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/cli-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e40994f

Please sign in to comment.