Skip to content

Commit

Permalink
[TA-2856] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaberionAjvazi committed Feb 12, 2024
1 parent 9aaba74 commit c50d239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utls/http-requests-mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const mockAxiosGet = (url: string, responseData: any) => {
readableStream.push(response.data)
readableStream.push(null);
return Promise.resolve({
status: 200,
data: readableStream,
});
} else {
Expand Down

0 comments on commit c50d239

Please sign in to comment.