From 77dfd49fdd6043d3c918c34590fac2cfb826d8f7 Mon Sep 17 00:00:00 2001 From: Brian McMahon Date: Mon, 10 Feb 2025 08:14:30 -0800 Subject: [PATCH] Update pkg/utils/net-attach-def_test.go switch test ordering Co-authored-by: Miguel Duarte Barroso --- pkg/utils/net-attach-def_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/utils/net-attach-def_test.go b/pkg/utils/net-attach-def_test.go index 8c664d54..a147aa4a 100644 --- a/pkg/utils/net-attach-def_test.go +++ b/pkg/utils/net-attach-def_test.go @@ -286,14 +286,14 @@ var _ = Describe("Netwok Attachment Definition manipulations", func() { cniResult := &cni100.Result{ CNIVersion: "1.0.0", Interfaces: []*cni100.Interface{ - { - Name: "foo", - }, { Name: "eth0", Mac: "00:AA:BB:CC:DD:01", Sandbox: "/path/to/network/namespace", }, + { + Name: "foo", + }, }, IPs: []*cni100.IPConfig{ {