Skip to content

Commit

Permalink
admin added
Browse files Browse the repository at this point in the history
lint fixes
  • Loading branch information
jaroslaw-pieszka committed Aug 1, 2024
1 parent 502427e commit 43b1eea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/e2e/skr/kyma-environment-broker/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ class KEBClient {
},
parameters: {
name: name,
administrators: ['[email protected]'],
// Trial plan doesn't require region
...(this.planID === trialPlanID ? {} : {region: this.region}),
...customParams,
Expand Down

0 comments on commit 43b1eea

Please sign in to comment.