From 8c9e10756fa390ca8866e57e6fd66d7f99b0475b Mon Sep 17 00:00:00 2001 From: mrCherry97 Date: Thu, 17 Oct 2024 15:49:22 +0200 Subject: [PATCH] tests: fix crb test --- .../tests/cluster/test-cluster-role-bindings.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/tests/cluster/test-cluster-role-bindings.spec.js b/tests/integration/tests/cluster/test-cluster-role-bindings.spec.js index e61cb35aee..136f47f2d2 100644 --- a/tests/integration/tests/cluster/test-cluster-role-bindings.spec.js +++ b/tests/integration/tests/cluster/test-cluster-role-bindings.spec.js @@ -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', () => {