Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
evyatarmeged committed Nov 10, 2024
1 parent 92faae8 commit e2b8f9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (s *InternetNetworkPolicyReconcilerTestSuite) TestCreateNetworkPolicySingle
serviceName := "test-client"
clientNamespace := testClientNamespace
formattedTargetClient := "test-client-test-client-namespac-edb3a2"
ips := []string{"10.1.2.2", "254.3.4.0/24", "2620:0:860:ed1a::1", "2607:f8b0:4001:c05::63/64"}
ips := []string{"10.1.2.2", "254.3.4.0/24", "2620:0:860:ed1a::1", "2607:f8b0:4001:c05::/64"}

namespacedName := types.NamespacedName{
Namespace: testClientNamespace,
Expand Down

0 comments on commit e2b8f9a

Please sign in to comment.