Skip to content

Commit ab7c2cf

Browse files
committed
chore: update test
1 parent 927c565 commit ab7c2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as utils from '../src/utils'
44
describe('utils', () => {
55
it('should do request', async () => {
66
const resp = await utils.request({
7-
url: 'http://example.com',
7+
url: 'https://google.com',
88
method: 'GET',
99
});
1010
should(resp).be.an.Object();

0 commit comments

Comments
 (0)