Skip to content

Commit 2f99d42

Browse files
committed
fix test
1 parent 1b29307 commit 2f99d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/http.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe('Http', () => {
142142
try {
143143
await Http.request(httpRequestParams);
144144
} catch (e: any) {
145-
expect(e.status).toEqual('ERROR_SERVER');
145+
expect(e.status).toEqual('ERROR_NETWORK');
146146
}
147147
});
148148

0 commit comments

Comments
 (0)