We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927c565 commit ab7c2cfCopy full SHA for ab7c2cf
1 file changed
test/utils.test.ts
@@ -4,7 +4,7 @@ import * as utils from '../src/utils'
4
describe('utils', () => {
5
it('should do request', async () => {
6
const resp = await utils.request({
7
- url: 'http://example.com',
+ url: 'https://google.com',
8
method: 'GET',
9
});
10
should(resp).be.an.Object();
0 commit comments