Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Sep 25, 2024
1 parent 0fea4dd commit 4de4840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/e2e/skr/skr-binding-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('SKR Binding test', function() {
this.timeout(globalTimeout);
this.slow(slowTime);

let options = gatherOptions(); // with default values
const options = gatherOptions(); // with default values
let skr;
let kubeconfigFromBinding;

Expand Down

0 comments on commit 4de4840

Please sign in to comment.