Skip to content

Commit

Permalink
Add ImportState test step (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhague committed Feb 23, 2018
1 parent 528b75f commit 7d12333
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/resource_container_node_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ func TestAccContainerNodePool_withGPU(t *testing.T) {
testAccCheckContainerNodePoolMatches("google_container_node_pool.np_with_gpu"),
),
},
resource.TestStep{
ResourceName: "google_container_node_pool.np_with_gpu",
ImportState: true,
},
},
})
}
Expand Down

0 comments on commit 7d12333

Please sign in to comment.