File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
internal/framework/provider Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import (
1010 "github.com/hashicorp/terraform-plugin-testing/knownvalue"
1111 "github.com/hashicorp/terraform-plugin-testing/statecheck"
1212 "github.com/hashicorp/terraform-plugin-testing/tfjsonpath"
13+ "github.com/hashicorp/terraform-plugin-testing/tfversion"
1314)
1415
1516func TestAccEpehemeralTokenRequest_basic (t * testing.T ) {
@@ -19,7 +20,7 @@ func TestAccEpehemeralTokenRequest_basic(t *testing.T) {
1920 resource .ParallelTest (t , resource.TestCase {
2021 ProtoV6ProviderFactories : testAccProtoV6ProviderFactories ,
2122 TerraformVersionChecks : []tfversion.TerraformVersionCheck {
22- tfversion .RequireVersion ( "1.10.0" ),
23+ tfversion .SkipBelow ( tfversion . Version1_10_0 ),
2324 },
2425 Steps : []resource.TestStep {
2526 {
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import (
1010 "github.com/hashicorp/terraform-plugin-testing/knownvalue"
1111 "github.com/hashicorp/terraform-plugin-testing/statecheck"
1212 "github.com/hashicorp/terraform-plugin-testing/tfjsonpath"
13+ "github.com/hashicorp/terraform-plugin-testing/tfversion"
1314)
1415
1516func TestAccEpehemeralCertificateSigningRequest_basic (t * testing.T ) {
@@ -18,7 +19,7 @@ func TestAccEpehemeralCertificateSigningRequest_basic(t *testing.T) {
1819 resource .ParallelTest (t , resource.TestCase {
1920 ProtoV6ProviderFactories : testAccProtoV6ProviderFactories ,
2021 TerraformVersionChecks : []tfversion.TerraformVersionCheck {
21- tfversion .RequireVersion ( "1.10.0" ),
22+ tfversion .SkipBelow ( tfversion . Version1_10_0 ),
2223 },
2324 Steps : []resource.TestStep {
2425 {
You can’t perform that action at this time.
0 commit comments