Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-swinkler committed Apr 13, 2024
1 parent 2e0e837 commit 10dd23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdk/testint/network_policies_gen_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestInt_NetworkPolicies(t *testing.T) {

np, err := client.NetworkPolicies.ShowByID(ctx, req.GetName())
require.NoError(t, err)
assert.Equal(t, 1, np.EntriesInAllowedNetworkRules)
assert.Equal(t, 2, np.EntriesInAllowedNetworkRules)
})

t.Run("Alter - set blocked network rule list", func(t *testing.T) {
Expand Down

0 comments on commit 10dd23a

Please sign in to comment.