Skip to content

Commit

Permalink
update e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Szwaj <[email protected]>
  • Loading branch information
cnvergence committed Dec 4, 2024
1 parent ee7c229 commit fe94412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kube-ovn/ipam/ipam.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ var _ = framework.Describe("[group:ipam]", func() {
util.IPPoolAnnotation: ippool,
}
ns := framework.MakeNamespace(newNamespaceName, nil, nsAnnotations)
ns = nsClient.Create(ns)
nsClient.Create(ns)

ginkgo.By("Creating deployment " + deployName + " without IPPool")
labels := map[string]string{"app": deployName}
Expand Down

0 comments on commit fe94412

Please sign in to comment.