Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Jun 17, 2024
1 parent a76d0ad commit e382c6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions testing/e2e/skr/kcp/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ class KCPWrapper {
}

async login() {
let args;
args = ['login'];

const args = ['login'];
return await this.exec(args);
}

Expand Down
4 changes: 2 additions & 2 deletions testing/e2e/skr/skr-test/oidc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const {
ensureValidShootOIDCConfig,
ensureValidOIDCConfigInCustomerFacingKubeconfig,
} = require('../../kyma-environment-broker');
const {
/* const {
ensureKymaAdminBindingExistsForUser,
ensureKymaAdminBindingDoesNotExistsForUser,
} = require('../../utils');
} = require('../../utils'); */
const {keb, kcp, gardener} = require('../helpers');

const updateTimeout = 1000 * 60 * 20; // 20m
Expand Down
2 changes: 1 addition & 1 deletion testing/e2e/skr/skr-test/provision/provision-skr.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {
keb,
initK8sConfig,
getSKRRuntimeStatus,
initializeK8sClient,
// initializeK8sClient,
} = require('../helpers');

const {provisionSKR}= require('../../kyma-environment-broker');
Expand Down
2 changes: 1 addition & 1 deletion testing/e2e/skr/skr-test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const {
gatherOptions,
oidcE2ETest,
machineTypeE2ETest,
btpManagerSecretTest,
// btpManagerSecretTest,
} = require('./index');
const {provisionSKRAndInitK8sConfig} = require('./provision/provision-skr');
const {deprovisionAndUnregisterSKR} = require('./provision/deprovision-skr');
Expand Down

0 comments on commit e382c6c

Please sign in to comment.