Skip to content

Commit

Permalink
chore: fix test that is failing due to unrebased PR merges (#527)
Browse files Browse the repository at this point in the history
#526 adopted the terraform-plugin-testing module, but #520 introduced a
new test that had a reference to the old terraform-plugin-sdk version of
that module. Since we don't have a requirement in place for PRs to be
up-to-date before merging, #526 got merged without being updated to also
fix the new test from #520, and as a result the `Go test` workflow
started failing. This updates the new test to match the others.
  • Loading branch information
cprivitere authored Jan 18, 2024
2 parents 49deb07 + e627028 commit 9b6df02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equinix/data_source_fabric_port_acc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9b6df02

Please sign in to comment.