Skip to content

Commit 4b64726

Browse files
update port
1 parent 0d3b560 commit 4b64726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/integrationTestHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as fs from "fs";
66
let server;
77

88
const domain = "localhost";
9-
const port = 8443;
9+
const port = 54321;
1010

1111
function startMockServer(settings: ConfigurationSetting[]) {
1212
const attrs = [{ name: "commonName", value: domain }];

0 commit comments

Comments
 (0)