Skip to content

Commit

Permalink
add prefix to instance name (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow authored Oct 20, 2017
1 parent 7c2bf7f commit 3a442a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/resource_compute_route_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestAccComputeRoute_defaultInternetGateway(t *testing.T) {
func TestAccComputeRoute_hopInstance(t *testing.T) {
var route compute.Route

instanceName := acctest.RandString(10)
instanceName := "tf" + acctest.RandString(10)
zone := "us-central1-b"

resource.Test(t, resource.TestCase{
Expand Down

0 comments on commit 3a442a8

Please sign in to comment.