Skip to content

Commit 99bf412

Browse files
fix(ios): network log empty response body
1 parent 5cf6a1c commit 99bf412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/XhrNetworkInterceptor.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ describe('Network Interceptor', () => {
236236
expect.objectContaining({
237237
errorDomain: 'ClientError',
238238
errorCode: 0,
239-
responseBody: null,
239+
responseBody: '',
240240
}),
241241
);
242242
});

0 commit comments

Comments
 (0)