providers/aws: update test name

This commit is contained in:
Paul Hinze 2015-05-06 09:18:41 -05:00
parent b91796368f
commit 7303568469
1 changed files with 1 additions and 1 deletions

View File

@ -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,