Skip to content

Commit

Permalink
Fixed issues in build.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dorlus committed Oct 27, 2022
2 parents 1489f23 + fa1ce1f commit 8af2c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/config.ccs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
remoteClusterUrl:
process.env.REMOTE_CLUSTER_URL ??
'http://elastic:changeme@localhost:' +
`${functionalConfig.get('servers.elasticsearch.port') + 1}`,
`${functionalConfig.get('servers.elasticsearch.port') + 1}`,
},
},
services: {
Expand Down

0 comments on commit 8af2c11

Please sign in to comment.