File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { fileURLToPath } from 'url'
88const __filename = fileURLToPath ( import . meta. url )
99const __dirname = dirname ( __filename )
1010describe ( "Ocean CLI Setup" , function ( ) {
11+ process . env . AVOID_LOOP_RUN = "true" ;
1112 this . timeout ( 20000 ) ; // Set a longer timeout to allow the command to execute
1213
1314 it ( "should return a valid response for 'npm run cli h'" , function ( done ) {
@@ -59,8 +60,6 @@ describe("Ocean CLI Setup", function() {
5960 expect ( stdout ) . to . contain ( "Check if user(s) are on an access list" ) ;
6061 expect ( stdout ) . to . contain ( "removeFromAccessList" ) ;
6162 expect ( stdout ) . to . contain ( "Remove user(s) from an access list" ) ;
62- expect ( stdout ) . to . contain ( "getAccessListInfo" ) ;
63- expect ( stdout ) . to . contain ( "Get information about an access list" ) ;
6463
6564 done ( ) ;
6665 } catch ( assertionError ) {
You can’t perform that action at this time.
0 commit comments