Skip to content

Commit

Permalink
Merge pull request #140 from fkalny-groupon/main
Browse files Browse the repository at this point in the history
fix: old tests failing on defunct endpoints
  • Loading branch information
TheSkyIsBlottedOut authored Feb 12, 2024
2 parents 8c063e2 + 62aa631 commit 14ece4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fetch-https.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('fetch: https', () => {
// This is a remote call which isn't great but it means we get a valid
// https certificate without having to pull any tricks.
this.timeout(10000);
return fetch('https://api.reddit.com/user/ageitgey/about.json').json();
return fetch('https://jsonplaceholder.org/posts').json();
});

it('fails with self-signed https', function () {
Expand Down

0 comments on commit 14ece4d

Please sign in to comment.