Skip to content

Commit def5c9c

Browse files
committed
fix(cli): test
1 parent 56b9742 commit def5c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/languages/cli/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { exec, execSync } = require("child_process");
22

33
execSync(
4-
"node index client --endpoint 'http://mockapi/v1' --projectId console --key=35y3h5h345 --selfSigned true",
4+
"node index client --endpoint 'http://mockapi/v1' --project-id console --key=35y3h5h345 --self-signed true",
55
{ stdio: "inherit" }
66
);
77

0 commit comments

Comments
 (0)