From e627028dffd8aec9fccd3889605b9aad85595336 Mon Sep 17 00:00:00 2001 From: Charles Treatman Date: Thu, 18 Jan 2024 14:30:12 -0600 Subject: [PATCH] chore: fix test that is failing due to unrebased PR merges --- equinix/data_source_fabric_port_acc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/equinix/data_source_fabric_port_acc_test.go b/equinix/data_source_fabric_port_acc_test.go index a4449d02c..898d4d01f 100644 --- a/equinix/data_source_fabric_port_acc_test.go +++ b/equinix/data_source_fabric_port_acc_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" + "github.com/hashicorp/terraform-plugin-testing/helper/resource" ) func TestAccDataSourceFabricPort_PNFV(t *testing.T) {