Skip to content

Commit bbc7f09

Browse files
stainless-app[bot]meorphis
authored andcommitted
chore: updates (#2319)
1 parent 97cdae4 commit bbc7f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/api-resources/accounts/logs/audit.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const client = new Cloudflare({
1010
});
1111

1212
describe('resource audit', () => {
13-
// TODO: investigate broken test
13+
// TODO:investigate broken test
1414
test.skip('list: only required params', async () => {
1515
const responsePromise = client.accounts.logs.audit.list({
1616
account_id: 'a67e14daa5f8dceeb91fe5449ba496ef',
@@ -26,7 +26,7 @@ describe('resource audit', () => {
2626
expect(dataAndResponse.response).toBe(rawResponse);
2727
});
2828

29-
// TODO: investigate broken test
29+
// TODO:investigate broken test
3030
test.skip('list: required and optional params', async () => {
3131
const response = await client.accounts.logs.audit.list({
3232
account_id: 'a67e14daa5f8dceeb91fe5449ba496ef',

0 commit comments

Comments
 (0)