Skip to content

Commit

Permalink
tests: fix crb test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Oct 17, 2024
1 parent 68a7635 commit 8c9e107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Also column layout test

const random = Math.floor(Math.random() * 9999) + 1000;
const CRB_NAME = `test-###-crb-${random}`;
const CRB_NAME = `test-cypress-crb-${random}`;
const USER_NAME = 'test@kyma.eu';

context('Test Cluster Role Bindings', () => {
Expand Down

0 comments on commit 8c9e107

Please sign in to comment.