Skip to content

Commit

Permalink
Fix incorrect test assertion value
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-octopus committed Nov 14, 2024
1 parent 6cdcd34 commit 7af6127
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func testAssertSSHConnectionWorkerUpdate(expected sshConnectionWorkerTestData, p
return resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(prefix, "name", expected.name),
resource.TestCheckResourceAttrSet(prefix, "machine_policy_id"),
resource.TestCheckResourceAttr(prefix, "worker_pool_ids.#", "1"),
resource.TestCheckResourceAttr(prefix, "worker_pool_ids.#", "2"),
resource.TestCheckResourceAttrSet(prefix, "account_id"),
resource.TestCheckResourceAttr(prefix, "host", expected.host),
resource.TestCheckResourceAttr(prefix, "port", strconv.FormatInt(expected.port, 10)),
Expand Down

0 comments on commit 7af6127

Please sign in to comment.