diff --git a/GNUmakefile b/GNUmakefile index aed8baad14b..52df5ed46f3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -65,6 +65,7 @@ lint: -c 1 \ -AT001 \ -AT002 \ + -AT005 \ -AT006 \ -AT007 \ -R004 \ diff --git a/aws/resource_aws_elastic_beanstalk_application_test.go b/aws/resource_aws_elastic_beanstalk_application_test.go index c603043b991..258adb0f2b0 100644 --- a/aws/resource_aws_elastic_beanstalk_application_test.go +++ b/aws/resource_aws_elastic_beanstalk_application_test.go @@ -62,7 +62,7 @@ func testSweepElasticBeanstalkApplications(region string) error { return nil } -func TestAWSElasticBeanstalkApplication_importBasic(t *testing.T) { +func TestAccAWSElasticBeanstalkApplication_basic(t *testing.T) { resourceName := "aws_elastic_beanstalk_application.tftest" config := fmt.Sprintf("tf-test-name-%d", acctest.RandInt())