1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Fixed namespaces in validation_test.go

This commit is contained in:
Denis Belyshev 2019-06-05 10:24:18 +03:00
parent 18842b81a1
commit aadb3c0140

View file

@ -93,7 +93,7 @@ func TestSkipArrayObject_OneAnchor(t *testing.T) {
}`)
rawResource := []byte(`{
"name":"nirmata-resource",
"namespace":"kube-policy",
"namespace":"kyverno",
"object":{
"label":"app",
"array":[
@ -120,7 +120,7 @@ func TestSkipArrayObject_OneNumberAnchorPass(t *testing.T) {
rawResource := []byte(`{
"name":"nirmata-resource",
"count":1,
"namespace":"kube-policy",
"namespace":"kyverno",
"object":{
"label":"app",
"array":[
@ -146,7 +146,7 @@ func TestSkipArrayObject_TwoAnchorsPass(t *testing.T) {
}`)
rawResource := []byte(`{
"name":"nirmata-resource",
"namespace":"kube-policy",
"namespace":"kyverno",
"object":{
"label":"app",
"array":[
@ -172,7 +172,7 @@ func TestSkipArrayObject_TwoAnchorsSkip(t *testing.T) {
}`)
rawResource := []byte(`{
"name":"nirmata-resource",
"namespace":"kube-policy",
"namespace":"kyverno",
"object":{
"label":"app",
"array":[