Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal committed Oct 26, 2023
1 parent 6771dee commit 3ecd2d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/suites/beta/integration/networkinterfaces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3ecd2d2

Please sign in to comment.