We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5eb7e2 commit 6477166Copy full SHA for 6477166
test/e2e/frmwrk/shared.go
@@ -341,7 +341,7 @@ func (e2e *E2ECluster) teardownNodeNetwork(ctx context.Context) {
341
return
342
}
343
344
- _, err := e2e.E2EContext.Environment.Metal.Network().DeleteNetwork(metalnetwork.NewDeleteNetworkParamsWithContext(ctx).WithID(*e2e.Refs.NodeNetwork.ID), nil)
+ _, err := e2e.E2EContext.Environment.Metal.Network().FreeNetwork(metalnetwork.NewFreeNetworkParamsWithContext(ctx).WithID(*e2e.Refs.NodeNetwork.ID), nil)
345
Expect(err).ToNot(HaveOccurred(), "failed to delete node network")
346
347
e2e.Refs.NodeNetwork = nil
0 commit comments