fix target pool import test (#755)

This commit is contained in:
Dana Hoffman 2017-11-16 15:07:14 -08:00 committed by GitHub
parent 5bcd7cb921
commit 451b9cb6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ import (
func TestAccComputeTargetPool_importBasic(t *testing.T) {
t.Parallel()
resourceName := "google_compute_target_pool.foobar"
resourceName := "google_compute_target_pool.foo"
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },