We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3b560 commit 4b64726Copy full SHA for 4b64726
test/utils/integrationTestHelper.ts
@@ -6,7 +6,7 @@ import * as fs from "fs";
6
let server;
7
8
const domain = "localhost";
9
-const port = 8443;
+const port = 54321;
10
11
function startMockServer(settings: ConfigurationSetting[]) {
12
const attrs = [{ name: "commonName", value: domain }];
0 commit comments