diff --git a/builtin/providers/google/import_compute_route_test.go b/builtin/providers/google/import_compute_route_test.go index 71e8b004a..a4bfb9893 100644 --- a/builtin/providers/google/import_compute_route_test.go +++ b/builtin/providers/google/import_compute_route_test.go @@ -16,7 +16,8 @@ func TestAccComputeRoute_importBasic(t *testing.T) { Steps: []resource.TestStep{ { Config: testAccComputeRoute_basic, - }, { + }, + { ResourceName: resourceName, ImportState: true, ImportStateVerify: true, @@ -35,7 +36,8 @@ func TestAccComputeRoute_importDefaultInternetGateway(t *testing.T) { Steps: []resource.TestStep{ { Config: testAccComputeRoute_defaultInternetGateway, - }, { + }, + { ResourceName: resourceName, ImportState: true, ImportStateVerify: true,