linode / terraform-provider-linode

Terraform Linode provider
https://www.terraform.io/docs/providers/linode/
Mozilla Public License 2.0
191 stars 92 forks source link

test: Resolve issue in failing Placement Group tests #1487

Closed lgarber-akamai closed 2 weeks ago

lgarber-akamai commented 2 weeks ago

📝 Description

This pull request resolves two small test issues that went under the radar in the VM Placement project PR.

✔️ How to Test

The following test steps assume you have pulled down this PR locally and configured your Linode account to have access to Placement Groups.

Integration Testing

make PKG_NAME=linode/instance ARGS="-run TestAccResourceInstance_pgAssignment" int-test
make PKG_NAME=linode/instance ARGS="-run TestAccResourceInstance_withPG" int-test
make PKG_NAME=linode/placementgroups int-test