Skip to content

Commit df98f5d

Browse files
committed
fix: cli test
1 parent 3c8eb97 commit df98f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli/cli.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ describe('CLI', () => {
278278
expect(exitCode).toEqual(0);
279279
});
280280

281-
it('--client-web-socket-url-host', async () => {
281+
it('--client-web-socket-url-hostname', async () => {
282282
const { exitCode } = await testBin([
283-
'--client-web-socket-url-host',
283+
'--client-web-socket-url-hostname',
284284
'0.0.0.0',
285285
]);
286286

0 commit comments

Comments
 (0)