diff --git a/aws/data_source_aws_region_test.go b/aws/data_source_aws_region_test.go index 6b2d22a8ae3..11a847dba41 100644 --- a/aws/data_source_aws_region_test.go +++ b/aws/data_source_aws_region_test.go @@ -23,11 +23,11 @@ func TestFindRegionByEc2Endpoint(t *testing.T) { ErrCount: 1, }, { - Value: "us-east-1", + Value: "us-east-1", // lintignore:AWSAT003 ErrCount: 1, }, { - Value: "ec2.us-east-1.amazonaws.com", + Value: "ec2.us-east-1.amazonaws.com", // lintignore:AWSAT003 ErrCount: 0, }, } @@ -53,11 +53,11 @@ func TestFindRegionByName(t *testing.T) { ErrCount: 1, }, { - Value: "ec2.us-east-1.amazonaws.com", + Value: "ec2.us-east-1.amazonaws.com", // lintignore:AWSAT003 ErrCount: 1, }, { - Value: "us-east-1", + Value: "us-east-1", // lintignore:AWSAT003 ErrCount: 0, }, }