// check to make sure AllowedProcMountTypes is still present
t.Run(fmt.Sprintf("feature enabled=%v, old PodSecurityPolicySpec %v, new PodSecurityPolicySpec %v",enabled,oldPSPSpecInfo.description,newPSPSpecInfo.description),func(t*testing.T){
t.Errorf("new PodSecurityPolicySpec had PodSecurityPolicySpecAllowedProcMountTypes: %v",diff.ObjectReflectDiff(newPSPSpec,scWithoutAllowedProcMountTypes()))
}
default:
// new PodSecurityPolicySpec should not need to be changed