Skip to content

Commit

Permalink
Merge pull request #393 from qase-tms/qase-playwright-max-body-length…
Browse files Browse the repository at this point in the history
…-exceeded

Fix ERR_FR_MAX_BODY_LENGTH_EXCEEDED
  • Loading branch information
iiojib authored Jul 20, 2023
2 parents f88121c + 0e94f2f commit e6d7b4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qaseio/src/qaseio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export class QaseApi {
...headers,
},
baseURL,
maxContentLength: Infinity,
maxBodyLength: Infinity,
};
this.api = axios.create(config);
this.configuration = new Configuration({
Expand Down

0 comments on commit e6d7b4b

Please sign in to comment.