Skip to content

Commit 984970e

Browse files
committed
fix: ci
1 parent 9265396 commit 984970e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ describe('CLI', () => {
183183
.then((output) => {
184184
expect(output.exitCode).toEqual(0);
185185
expect(
186-
normalizeStderr(output.stderr, { ipv6: true })
186+
normalizeStderr(output.stderr, { ipv6: true, https: true })
187187
).toMatchSnapshot();
188188

189189
done();

0 commit comments

Comments
 (0)