We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dea0f6 commit 5b5d40cCopy full SHA for 5b5d40c
1 file changed
github/github_repository_vulnerability_alerts_test.go
@@ -4,8 +4,8 @@ import (
4
"fmt"
5
"testing"
6
7
- "github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
8
- "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
+ "github.com/hashicorp/terraform-plugin-testing/helper/acctest"
+ "github.com/hashicorp/terraform-plugin-testing/helper/resource"
9
)
10
11
func TestAccGithubRepositoryVulnerabilityAlerts(t *testing.T) {
0 commit comments