Skip to content

Commit

Permalink
Update linting error on testing_helpers import
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Feb 28, 2025
1 parent 6ae9169 commit afc5e3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"testing"

"github.com/equinix/terraform-provider-equinix/internal/fabric/testing_helpers"
testinghelpers "github.com/equinix/terraform-provider-equinix/internal/fabric/testing_helpers"

"github.com/equinix/equinix-sdk-go/services/fabricv4"
"github.com/equinix/terraform-provider-equinix/internal/acceptance"
Expand Down Expand Up @@ -127,7 +127,7 @@ func testAccFabricConnectionRouteAggregationConfig(portUuid string) string {
}

func TestAccFabricConnectionRouteAggregation_PNFV(t *testing.T) {
ports := testing_helpers.GetFabricEnvPorts(t)
ports := testinghelpers.GetFabricEnvPorts(t)
var portUuid string
if len(ports) > 0 {
portUuid = ports["pnfv"]["dot1q"][1].GetUuid()
Expand Down

0 comments on commit afc5e3b

Please sign in to comment.