Skip to content

Commit

Permalink
Fixes name of test and updates go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
geojaz committed Mar 13, 2023
1 parent 012186c commit ef70006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmv1/third_party/terraform/go.mod.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (

require (
bitbucket.org/creachadair/stringset v0.0.8 // indirect
cloud.google.com/go v0.105.0 // indirect
cloud.google.com/go v0.110.0 // indirect
cloud.google.com/go/compute v1.13.0 // indirect
cloud.google.com/go/compute/metadata v0.2.2 // indirect
cloud.google.com/go/iam v0.8.0 // indirect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ func TestAccContainerNodePool_localNvmeSsdBlockConfig(t *testing.T) {
CheckDestroy: testAccCheckContainerNodePoolDestroyProducer(t),
Steps: []resource.TestStep{
{
Config: testAccContainerNodePool_localNVMeStorageConfig(cluster, np),
Config: testAccContainerNodePool_localNvmeSsdBlockConfig(cluster, np),
},
{
ResourceName: "google_container_node_pool.np",
Expand Down

0 comments on commit ef70006

Please sign in to comment.