Skip to content

Commit

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

0 comments on commit 0c7cd73

Please sign in to comment.