Skip to content

Commit

Permalink
updates network test to allow egressPolicies to check for sources blo…
Browse files Browse the repository at this point in the history
…ck (same behavior as already present in ingressPolicies)
  • Loading branch information
eeaton committed May 24, 2024
1 parent bba21b8 commit 8e47ff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/networks/networks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}{
Expand Down

0 comments on commit 8e47ff8

Please sign in to comment.