From aadb3c01401678eb11af36340651b5a9e014ca97 Mon Sep 17 00:00:00 2001 From: Denis Belyshev Date: Wed, 5 Jun 2019 10:24:18 +0300 Subject: [PATCH] Fixed namespaces in validation_test.go --- pkg/engine/validation_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/engine/validation_test.go b/pkg/engine/validation_test.go index 131d4bdd28..69441d0649 100644 --- a/pkg/engine/validation_test.go +++ b/pkg/engine/validation_test.go @@ -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":[