Skip to content

Commit

Permalink
Standardize resource name for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit authored and Kit Ewbank committed Jun 21, 2018
1 parent bbd895e commit 9c9b676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_dx_public_virtual_interface_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestAccAwsDxPublicVirtualInterface_basic(t *testing.T) {
if connectionId == "" {
t.Skipf("Environment variable %s is not set", key)
}
vifName := fmt.Sprintf("tf-dx-vif-%s", acctest.RandString(5))
vifName := fmt.Sprintf("terraform-testacc-dx-vif-%s", acctest.RandString(5))

resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Expand Down

0 comments on commit 9c9b676

Please sign in to comment.