diff --git a/cnf-certification-test/accesscontrol/suite.go b/cnf-certification-test/accesscontrol/suite.go index 12d4736c4b..8912c2b56a 100644 --- a/cnf-certification-test/accesscontrol/suite.go +++ b/cnf-certification-test/accesscontrol/suite.go @@ -521,7 +521,7 @@ func testPodRoleBindings(env *provider.TestEnvironment) { // Add the pod to the non-compliant list nonCompliantObjects = append(nonCompliantObjects, testhelper.NewPodReportObject(put.Namespace, put.Name, - "The role bindings used by this pod do not live in the same namespace", false). + "The role bindings used by this pod do not live in one of the CNF namespaces", false). AddField(testhelper.RoleBindingName, env.RoleBindings[rbIndex].Name). AddField(testhelper.RoleBindingNamespace, env.RoleBindings[rbIndex].Namespace). AddField(testhelper.ServiceAccountName, put.Spec.ServiceAccountName))