Skip to content

Commit 131238c

Browse files
committed
fix info h
1 parent d3a0b4d commit 131238c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/setup.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { fileURLToPath } from 'url'
88
const __filename = fileURLToPath(import.meta.url)
99
const __dirname = dirname(__filename)
1010
describe("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) {

0 commit comments

Comments
 (0)