Skip to content

Commit

Permalink
fix test failures (#4538) (#3004)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Feb 26, 2021
1 parent eadfd0c commit cc65fd0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/4538.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
4 changes: 4 additions & 0 deletions google-beta/resource_container_node_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,7 @@ resource "google_container_node_pool" "np" {
count = 1
type = "nvidia-tesla-p100"
}
machine_type = "n1-highmem-4"
}
}
`, cluster, np)
Expand Down Expand Up @@ -1786,6 +1787,7 @@ resource "google_container_node_pool" "np" {
count = 0
type = "nvidia-tesla-p100"
}
machine_type = "n1-highmem-4"
}
}
`, cluster, np)
Expand Down Expand Up @@ -1815,6 +1817,7 @@ resource "google_container_node_pool" "np" {
count = %d
type = "nvidia-tesla-p100"
}
machine_type = "n1-highmem-4"
}
}
`, cluster, np, count)
Expand Down Expand Up @@ -1849,6 +1852,7 @@ resource "google_container_node_pool" "np" {
count = 1
type = "nvidia-tesla-p9000"
}
machine_type = "n1-highmem-4"
}
}
`, cluster, np)
Expand Down
2 changes: 1 addition & 1 deletion google-beta/resource_dataflow_flex_template_job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
"google.golang.org/api/compute/v1"
compute "google.golang.org/api/compute/v1"
)

func TestAccDataflowFlexTemplateJob_basic(t *testing.T) {
Expand Down

0 comments on commit cc65fd0

Please sign in to comment.