Skip to content

Commit

Permalink
Merge pull request #14227 from YakDriver/at003remaining
Browse files Browse the repository at this point in the history
Add underscore to acceptance test names
  • Loading branch information
YakDriver authored Jul 18, 2020
2 parents c12ba61 + 119f7af commit 924d97f
Show file tree
Hide file tree
Showing 100 changed files with 101 additions and 100 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ awsproviderlint:
-c 1 \
-AT001 \
-AT002 \
-AT003 \
-AT005 \
-AT006 \
-AT007 \
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_acmpca_certificate_authority_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsAcmpcaCertificateAuthority_Basic(t *testing.T) {
func TestAccDataSourceAwsAcmpcaCertificateAuthority_basic(t *testing.T) {
resourceName := "aws_acmpca_certificate_authority.test"
datasourceName := "data.aws_acmpca_certificate_authority.test"

Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_api_gateway_api_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsApiGatewayApiKey(t *testing.T) {
func TestAccDataSourceAwsApiGatewayApiKey_basic(t *testing.T) {
rName := acctest.RandString(8)
resourceName1 := "aws_api_gateway_api_key.example_key"
dataSourceName1 := "data.aws_api_gateway_api_key.test_key"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_api_gateway_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsApiGatewayResource(t *testing.T) {
func TestAccDataSourceAwsApiGatewayResource_basic(t *testing.T) {
rName := acctest.RandString(8)
resourceName1 := "aws_api_gateway_resource.example_v1"
dataSourceName1 := "data.aws_api_gateway_resource.example_v1"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_api_gateway_vpc_link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsApiGatewayVpcLink(t *testing.T) {
func TestAccDataSourceAwsApiGatewayVpcLink_basic(t *testing.T) {
rName := fmt.Sprintf("tf-acc-test-%s", acctest.RandString(8))
resourceName := "aws_api_gateway_vpc_link.vpc_link"
dataSourceName := "data.aws_api_gateway_vpc_link.vpc_link"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_batch_compute_environment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/terraform"
)

func TestAccDataSourceAwsBatchComputeEnvironment(t *testing.T) {
func TestAccDataSourceAwsBatchComputeEnvironment_basic(t *testing.T) {
rName := acctest.RandomWithPrefix("tf_acc_test_")
resourceName := "aws_batch_compute_environment.test"
datasourceName := "data.aws_batch_compute_environment.by_name"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_batch_job_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/terraform"
)

func TestAccDataSourceAwsBatchJobQueue(t *testing.T) {
func TestAccDataSourceAwsBatchJobQueue_basic(t *testing.T) {
rName := acctest.RandomWithPrefix("tf_acc_test_")
resourceName := "aws_batch_job_queue.test"
datasourceName := "data.aws_batch_job_queue.by_name"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_dx_gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsDxGateway_Basic(t *testing.T) {
func TestAccDataSourceAwsDxGateway_basic(t *testing.T) {
rName := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_dx_gateway.test"
datasourceName := "data.aws_dx_gateway.test"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_ebs_volumes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsEbsVolumes(t *testing.T) {
func TestAccDataSourceAwsEbsVolumes_basic(t *testing.T) {
rInt := acctest.RandIntRange(0, 256)
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_efs_mount_target_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsEfsMountTargetByMountTargetId(t *testing.T) {
func TestAccDataSourceAwsEfsMountTarget_basic(t *testing.T) {
rName := acctest.RandString(10)
dataSourceName := "data.aws_efs_mount_target.test"
resourceName := "aws_efs_mount_target.test"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/terraform"
)

func TestAccAWSElasticBeanstalkSolutionStackDataSource(t *testing.T) {
func TestAccAWSElasticBeanstalkSolutionStackDataSource_basic(t *testing.T) {
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_kinesis_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccAWSKinesisStreamDataSource(t *testing.T) {
func TestAccAWSKinesisStreamDataSource_basic(t *testing.T) {
var stream kinesis.StreamDescription

sn := fmt.Sprintf("terraform-kinesis-test-%d", acctest.RandInt())
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_lb_target_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestAccDataSourceAWSALBTargetGroup_basic(t *testing.T) {
})
}

func TestAccDataSourceAWSLBTargetGroupBackwardsCompatibility(t *testing.T) {
func TestAccDataSourceAWSLBTargetGroup_BackwardsCompatibility(t *testing.T) {
lbName := fmt.Sprintf("testlb-%s", acctest.RandStringFromCharSet(13, acctest.CharSetAlphaNum))
targetGroupName := fmt.Sprintf("testtargetgroup-%s", acctest.RandStringFromCharSet(10, acctest.CharSetAlphaNum))
resourceNameArn := "data.aws_alb_target_group.alb_tg_test_with_arn"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_lb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestAccDataSourceAWSLB_basic(t *testing.T) {
})
}

func TestAccDataSourceAWSLBBackwardsCompatibility(t *testing.T) {
func TestAccDataSourceAWSLB_BackwardsCompatibility(t *testing.T) {
lbName := fmt.Sprintf("testaccawsalb-basic-%s", acctest.RandStringFromCharSet(10, acctest.CharSetAlphaNum))
dataSourceName1 := "data.aws_alb.alb_test_with_arn"
dataSourceName2 := "data.aws_alb.alb_test_with_name"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_nat_gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsNatGateway(t *testing.T) {
func TestAccDataSourceAwsNatGateway_basic(t *testing.T) {
// This is used as a portion of CIDR network addresses.
rInt := acctest.RandIntRange(4, 254)

Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_qldb_ledger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsQLDBLedger(t *testing.T) {
func TestAccDataSourceAwsQLDBLedger_basic(t *testing.T) {
rName := fmt.Sprintf("tf-acc-test-%s", acctest.RandString(7)) // QLDB name cannot be longer than 32 characters

resource.ParallelTest(t, resource.TestCase{
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_ram_resource_share_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsRamResourceShare_Basic(t *testing.T) {
func TestAccDataSourceAwsRamResourceShare_basic(t *testing.T) {
rName := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_ram_resource_share.test"
datasourceName := "data.aws_ram_resource_share.test"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_regions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/terraform"
)

func TestAccDataSourceAwsRegions_Basic(t *testing.T) {
func TestAccDataSourceAwsRegions_basic(t *testing.T) {
resourceName := "data.aws_regions.empty"

resource.ParallelTest(t, resource.TestCase{
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_route_tables_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsRouteTables(t *testing.T) {
func TestAccDataSourceAwsRouteTables_basic(t *testing.T) {
rInt := acctest.RandIntRange(0, 256)
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_secretsmanager_secret_rotation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsSecretsManagerSecretRotation_Basic(t *testing.T) {
func TestAccDataSourceAwsSecretsManagerSecretRotation_basic(t *testing.T) {
rName := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_secretsmanager_secret_rotation.test"
datasourceName := "data.aws_secretsmanager_secret_rotation.test"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_secretsmanager_secret_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/terraform"
)

func TestAccDataSourceAwsSecretsManagerSecret_Basic(t *testing.T) {
func TestAccDataSourceAwsSecretsManagerSecret_basic(t *testing.T) {
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPreCheckAWSSecretsManager(t) },
Providers: testAccProviders,
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_secretsmanager_secret_version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/terraform"
)

func TestAccDataSourceAwsSecretsManagerSecretVersion_Basic(t *testing.T) {
func TestAccDataSourceAwsSecretsManagerSecretVersion_basic(t *testing.T) {
rName := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_secretsmanager_secret_version.test"
datasourceName := "data.aws_secretsmanager_secret_version.test"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_sfn_activity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccAWSStepFunctionsActivityDataSource(t *testing.T) {
func TestAccAWSStepFunctionsActivityDataSource_basic(t *testing.T) {
rName := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_sfn_activity.test"
dataName := "data.aws_sfn_activity.test"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_sfn_state_machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsSfnStateMachine(t *testing.T) {
func TestAccDataSourceAwsSfnStateMachine_basic(t *testing.T) {
rName := acctest.RandString(5)
dataSourceName := "data.aws_sfn_state_machine.test"
resourceName := "aws_sfn_state_machine.test"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_sns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/terraform"
)

func TestAccDataSourceAwsSnsTopic(t *testing.T) {
func TestAccDataSourceAwsSnsTopic_basic(t *testing.T) {
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_subnet_ids_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsSubnetIDs(t *testing.T) {
func TestAccDataSourceAwsSubnetIDs_basic(t *testing.T) {
rInt := acctest.RandIntRange(0, 256)
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_waf_ipset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafIPSet_Basic(t *testing.T) {
func TestAccDataSourceAwsWafIPSet_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_waf_ipset.ipset"
datasourceName := "data.aws_waf_ipset.ipset"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_waf_rate_based_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafRateBasedRule_Basic(t *testing.T) {
func TestAccDataSourceAwsWafRateBasedRule_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_waf_rate_based_rule.wafrule"
datasourceName := "data.aws_waf_rate_based_rule.wafrule"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_waf_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafRule_Basic(t *testing.T) {
func TestAccDataSourceAwsWafRule_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_waf_rule.wafrule"
datasourceName := "data.aws_waf_rule.wafrule"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_waf_web_acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafWebAcl_Basic(t *testing.T) {
func TestAccDataSourceAwsWafWebAcl_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_waf_web_acl.web_acl"
datasourceName := "data.aws_waf_web_acl.web_acl"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_wafregional_ipset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafRegionalIPSet_Basic(t *testing.T) {
func TestAccDataSourceAwsWafRegionalIPSet_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_wafregional_ipset.ipset"
datasourceName := "data.aws_wafregional_ipset.ipset"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_wafregional_rate_based_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafRegionalRateBasedRule_Basic(t *testing.T) {
func TestAccDataSourceAwsWafRegionalRateBasedRule_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_wafregional_rate_based_rule.wafrule"
datasourceName := "data.aws_wafregional_rate_based_rule.wafrule"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_wafregional_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafRegionalRule_Basic(t *testing.T) {
func TestAccDataSourceAwsWafRegionalRule_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_wafregional_rule.wafrule"
datasourceName := "data.aws_wafregional_rule.wafrule"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_wafregional_web_acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafRegionalWebAcl_Basic(t *testing.T) {
func TestAccDataSourceAwsWafRegionalWebAcl_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_wafregional_web_acl.web_acl"
datasourceName := "data.aws_wafregional_web_acl.web_acl"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_wafv2_ip_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafv2IPSet_Basic(t *testing.T) {
func TestAccDataSourceAwsWafv2IPSet_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_wafv2_ip_set.test"
datasourceName := "data.aws_wafv2_ip_set.test"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_wafv2_regex_pattern_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafv2RegexPatternSet_Basic(t *testing.T) {
func TestAccDataSourceAwsWafv2RegexPatternSet_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_wafv2_regex_pattern_set.test"
datasourceName := "data.aws_wafv2_regex_pattern_set.test"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_wafv2_rule_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafv2RuleGroup_Basic(t *testing.T) {
func TestAccDataSourceAwsWafv2RuleGroup_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_wafv2_rule_group.test"
datasourceName := "data.aws_wafv2_rule_group.test"
Expand Down
2 changes: 1 addition & 1 deletion aws/data_source_aws_wafv2_web_acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccDataSourceAwsWafv2WebACL_Basic(t *testing.T) {
func TestAccDataSourceAwsWafv2WebACL_basic(t *testing.T) {
name := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_wafv2_web_acl.test"
datasourceName := "data.aws_wafv2_web_acl.test"
Expand Down
2 changes: 1 addition & 1 deletion aws/resource_aws_accessanalyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// AccessAnalyzer is limited to one per region, so run serially
// locally and in TeamCity.
func TestAccAWSAccessAnalyzer(t *testing.T) {
func TestAccAWSAccessAnalyzer_serial(t *testing.T) {
testCases := map[string]map[string]func(t *testing.T){
"Analyzer": {
"basic": testAccAWSAccessAnalyzerAnalyzer_basic,
Expand Down
2 changes: 1 addition & 1 deletion aws/resource_aws_acmpca_certificate_authority_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func testSweepAcmpcaCertificateAuthorities(region string) error {
return nil
}

func TestAccAwsAcmpcaCertificateAuthority_Basic(t *testing.T) {
func TestAccAwsAcmpcaCertificateAuthority_basic(t *testing.T) {
var certificateAuthority acmpca.CertificateAuthority
resourceName := "aws_acmpca_certificate_authority.test"

Expand Down
2 changes: 1 addition & 1 deletion aws/resource_aws_ami_launch_permission_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/terraform"
)

func TestAccAWSAMILaunchPermission_Basic(t *testing.T) {
func TestAccAWSAMILaunchPermission_basic(t *testing.T) {
resourceName := "aws_ami_launch_permission.test"
rName := acctest.RandomWithPrefix("tf-acc-test")

Expand Down
2 changes: 1 addition & 1 deletion aws/resource_aws_apigatewayv2_api_mapping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// These tests need to be serialized, else resources get orphaned after "TooManyRequests" errors.
func TestAccAWSAPIGatewayV2ApiMapping(t *testing.T) {
func TestAccAWSAPIGatewayV2ApiMapping_basic(t *testing.T) {
var certificateArn string
rName := acctest.RandomWithPrefix("tf-acc-test")

Expand Down
2 changes: 1 addition & 1 deletion aws/resource_aws_appmesh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
)

func TestAccAWSAppmesh(t *testing.T) {
func TestAccAWSAppmesh_serial(t *testing.T) {
testCases := map[string]map[string]func(t *testing.T){
"Mesh": {
"basic": testAccAwsAppmeshMesh_basic,
Expand Down
2 changes: 1 addition & 1 deletion aws/resource_aws_cloudtrail_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func testSweepCloudTrails(region string) error {
return sweeperErrs.ErrorOrNil()
}

func TestAccAWSCloudTrail(t *testing.T) {
func TestAccAWSCloudTrail_serial(t *testing.T) {
testCases := map[string]map[string]func(t *testing.T){
"Trail": {
"basic": testAccAWSCloudTrail_basic,
Expand Down
Loading

0 comments on commit 924d97f

Please sign in to comment.