Skip to content

Commit

Permalink
test: fix TestDataSourceNodePool
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Jul 25, 2023
1 parent 943bdae commit 7870316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/data_source_node_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestDataSourceNodePool(t *testing.T) {
resource.TestCheckResourceAttr("data.nomad_node_pool.test", "description", "Terraform test node pool"),
resource.TestCheckResourceAttr("data.nomad_node_pool.test", "meta.%", "1"),
resource.TestCheckResourceAttr("data.nomad_node_pool.test", "meta.test", "true"),
resource.TestCheckNoResourceAttr("data.nomad_node_pool.test", "scheduler_config"),
resource.TestCheckResourceAttr("data.nomad_node_pool.test", "scheduler_config.#", "0"),
),
},
},
Expand Down

0 comments on commit 7870316

Please sign in to comment.