File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/api-resources/accounts/logs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const client = new Cloudflare({
10
10
} ) ;
11
11
12
12
describe ( 'resource audit' , ( ) => {
13
- // TODO: investigate broken test
13
+ // TODO:investigate broken test
14
14
test . skip ( 'list: only required params' , async ( ) => {
15
15
const responsePromise = client . accounts . logs . audit . list ( {
16
16
account_id : 'a67e14daa5f8dceeb91fe5449ba496ef' ,
@@ -26,7 +26,7 @@ describe('resource audit', () => {
26
26
expect ( dataAndResponse . response ) . toBe ( rawResponse ) ;
27
27
} ) ;
28
28
29
- // TODO: investigate broken test
29
+ // TODO:investigate broken test
30
30
test . skip ( 'list: required and optional params' , async ( ) => {
31
31
const response = await client . accounts . logs . audit . list ( {
32
32
account_id : 'a67e14daa5f8dceeb91fe5449ba496ef' ,
You can’t perform that action at this time.
0 commit comments