Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Apr 15, 2024
1 parent 7d7d91e commit 4717051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/aws-node-sdk/test/quota/tooling.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const sendRequest = async (method, host, path, body = '') =>
const response = await fetch(url, options);
const text = await response.text();
const result = await xml2js.parseStringPromise(text);
console.log(result);

Check failure on line 42 in tests/functional/aws-node-sdk/test/quota/tooling.js

View workflow job for this annotation

GitHub Actions / linting-coverage

Unexpected console statement
if (result && result.Error) {
reject(result);
} else {
Expand Down

0 comments on commit 4717051

Please sign in to comment.