Skip to content

Commit 77c552d

Browse files
committed
Missed fn call
1 parent 64f8b53 commit 77c552d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/terraform/tests/resource_container_node_pool_test.go.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ func TestAccContainerNodePool_withInvalidKubeletCpuManagerPolicy(t *testing.T) {
284284
CheckDestroy: testAccCheckContainerClusterDestroyProducer(t),
285285
Steps: []resource.TestStep{
286286
{
287-
Config: testAccContainerNodePool_withKubeletConfig(cluster, np, "dontexist"),
287+
Config: testAccContainerNodePool_withKubeletConfig(cluster, np, "dontexist", "100us", true),
288288
ExpectError: regexp.MustCompile(`.*to be one of \[static default\].*`),
289289
},
290290
},

0 commit comments

Comments
 (0)