Skip to content

Commit

Permalink
Changes url to avoid redirects (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Oct 11, 2020
1 parent 6f16d54 commit dafea68
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.github.com'], function testWithData (error, stdout, stderr) {
exec('./index.js', ['https://github.com'], function testWithData (error, stdout, stderr) {
if (error) {
throw error
}
Expand Down

0 comments on commit dafea68

Please sign in to comment.