Fix test case

This commit is contained in:
Rafia Sabih 2021-05-21 07:49:44 +02:00
parent 188e812e40
commit f57204721d
1 changed files with 0 additions and 4 deletions

View File

@ -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)
}
}