From 8e47ff89b03d6388bae0d757e023935acd6f61af Mon Sep 17 00:00:00 2001 From: Elliot Date: Fri, 24 May 2024 09:24:31 +0000 Subject: [PATCH] updates network test to allow egressPolicies to check for sources block (same behavior as already present in ingressPolicies) --- test/integration/networks/networks_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/integration/networks/networks_test.go b/test/integration/networks/networks_test.go index ae00465f0..6461badff 100644 --- a/test/integration/networks/networks_test.go +++ b/test/integration/networks/networks_test.go @@ -289,6 +289,9 @@ func TestNetworks(t *testing.T) { egressPolicies := []map[string]interface{}{ { "from": map[string]interface{}{ + "sources": map[string][]string{ + "access_levels": {"*"}, + }, "identity_type": "ANY_IDENTITY", }, "to": map[string]interface{}{