From f57204721db66ace92f71740792886b3fd9e8c48 Mon Sep 17 00:00:00 2001 From: Rafia Sabih Date: Fri, 21 May 2021 07:49:44 +0200 Subject: [PATCH] Fix test case --- pkg/cluster/cluster_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/cluster/cluster_test.go b/pkg/cluster/cluster_test.go index 63f63d382..7ccad19f1 100644 --- a/pkg/cluster/cluster_test.go +++ b/pkg/cluster/cluster_test.go @@ -915,8 +915,4 @@ func TestCrossNamespacedSecrets(t *testing.T) { t.Errorf("%s: Could not create namespaced user in its correct namespaces", testName) } } - err = cluster.syncRoles() - if err != nil { - t.Errorf("%s Could not create namespaced users with error: %s", testName, err) - } }