providers/aws: update test name
This commit is contained in:
parent
b91796368f
commit
7303568469
|
@ -6,7 +6,7 @@ import (
|
|||
"github.com/hashicorp/terraform/helper/resource"
|
||||
)
|
||||
|
||||
func TestAccAwsIamInstanceProfile(t *testing.T) {
|
||||
func TestAccAWSIAMInstanceProfile(t *testing.T) {
|
||||
resource.Test(t, resource.TestCase{
|
||||
PreCheck: func() { testAccPreCheck(t) },
|
||||
Providers: testAccProviders,
|
||||
|
|
Loading…
Reference in New Issue