We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107a11d commit eb1d5d3Copy full SHA for eb1d5d3
1 file changed
x-pack/test/functional_cors/config.ts
@@ -27,7 +27,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
27
};
28
29
const { protocol, hostname } = kbnTestConfig.getUrlParts();
30
- const pluginPort = await getPort({ port: 9000 });
+ const pluginPort = await getPort();
31
const originUrl = Url.format({
32
protocol,
33
hostname,
0 commit comments