Skip to content

Commit

Permalink
fix serverless config for Cy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Oct 4, 2023
1 parent ecacb30 commit ea37cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/defend_workflows_cypress/serverless_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
serverArgs: [...config.esTestCluster.serverArgs, 'http.host=0.0.0.0'],
},
esServerlessOptions: {
...(svlSharedConfig.get('esServerlessOptions') ?? {}),
...(config.get('esServerlessOptions') ?? {}),
resources: Object.values(ES_RESOURCES),
},
servers: {
Expand Down

0 comments on commit ea37cb3

Please sign in to comment.