From 3ecd2d2efc197672c14dfdc58f666dcb852903be Mon Sep 17 00:00:00 2001 From: Jason Deal Date: Thu, 26 Oct 2023 09:53:54 -0700 Subject: [PATCH] formatting fix --- test/suites/beta/integration/networkinterfaces_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/suites/beta/integration/networkinterfaces_test.go b/test/suites/beta/integration/networkinterfaces_test.go index 6cef860179f7..5b5c6ff13fc9 100644 --- a/test/suites/beta/integration/networkinterfaces_test.go +++ b/test/suites/beta/integration/networkinterfaces_test.go @@ -32,7 +32,7 @@ var _ = FDescribe("NetworkInterfaces", func() { nodeClass.Spec.SubnetSelectorTerms = []v1beta1.SubnetSelectorTerm{ { Tags: map[string]string{ - "Name": "*Private*", + "Name": "*Private*", "karpenter.sh/discovery": env.ClusterName, }, }, @@ -73,13 +73,13 @@ var _ = FDescribe("NetworkInterfaces", func() { }), Entry("when a single interface is specified with AssociatePublicIPAddress = true", &v1beta1.NetworkInterface{ AssociatePublicIPAddress: lo.ToPtr(true), - Description: lo.ToPtr("a test interface"), - DeviceIndex: lo.ToPtr(int64(0)), + Description: lo.ToPtr("a test interface"), + DeviceIndex: lo.ToPtr(int64(0)), }), Entry("when a single interface is specified with AssociatePublicIPAddress = false", &v1beta1.NetworkInterface{ AssociatePublicIPAddress: lo.ToPtr(false), - Description: lo.ToPtr("a test interface"), - DeviceIndex: lo.ToPtr(int64(0)), + Description: lo.ToPtr("a test interface"), + DeviceIndex: lo.ToPtr(int64(0)), }), Entry( "when multiple interfaces are specified",