Skip to content

Commit

Permalink
Add AT005 lint rule and fix tests (#12308)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancisLfg authored Mar 9, 2020
1 parent 2cf06d8 commit f7df253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ lint:
-c 1 \
-AT001 \
-AT002 \
-AT005 \
-AT006 \
-AT007 \
-R004 \
Expand Down
2 changes: 1 addition & 1 deletion aws/resource_aws_elastic_beanstalk_application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit f7df253

Please sign in to comment.