Skip to content

Commit

Permalink
fix: revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GethosTheWalrus committed May 1, 2024
1 parent 83ef4f9 commit 9e979f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/requests.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ describe('requests', function () {

it('should support HTTPS protocol', function (done) {
let response;
axios.get('https://www.github.com')
axios.get('https://www.google.com')
.then(function (res) {
response = res
})
Expand Down

0 comments on commit 9e979f7

Please sign in to comment.