provider/aws: update test name
This commit is contained in:
parent
6c6eafa232
commit
b91796368f
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/hashicorp/terraform/terraform"
|
||||
)
|
||||
|
||||
func TestAccAWSGroup_normal(t *testing.T) {
|
||||
func TestAccAWSIAMGroup_normal(t *testing.T) {
|
||||
var conf iam.GetGroupOutput
|
||||
|
||||
resource.Test(t, resource.TestCase{
|
||||
|
|
Loading…
Reference in New Issue