File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
tests/api-resources/accounts/logs Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ const client = new Cloudflare({
1010} ) ;
1111
1212describe ( 'resource audit' , ( ) => {
13- test ( 'list: only required params' , async ( ) => {
13+ // TODO: investigate broken test
14+ test . skip ( 'list: only required params' , async ( ) => {
1415 const responsePromise = client . accounts . logs . audit . list ( {
1516 account_id : 'a67e14daa5f8dceeb91fe5449ba496ef' ,
1617 before : '2024-10-31' ,
@@ -25,7 +26,8 @@ describe('resource audit', () => {
2526 expect ( dataAndResponse . response ) . toBe ( rawResponse ) ;
2627 } ) ;
2728
28- test ( 'list: required and optional params' , async ( ) => {
29+ // TODO: investigate broken test
30+ test . skip ( 'list: required and optional params' , async ( ) => {
2931 const response = await client . accounts . logs . audit . list ( {
3032 account_id : 'a67e14daa5f8dceeb91fe5449ba496ef' ,
3133 before : '2024-10-31' ,
You can’t perform that action at this time.
0 commit comments