Skip to content

Commit

Permalink
Update existing test that was implicitly relying on lack of power_sta…
Browse files Browse the repository at this point in the history
…te support
  • Loading branch information
ddelnano committed Oct 30, 2023
1 parent a520888 commit d5dd4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xoa/resource_xenorchestra_vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ func TestAccXenorchestraVm_diskAndNetworkAttachmentIgnoredWhenHalted(t *testing.
},
{
PreConfig: shutdownVm,
Config: testAccVmConfig(vmName),
Config: testAccVmConfigWithPowerState(vmName, "Halted"),
PlanOnly: true,
Check: resource.ComposeAggregateTestCheckFunc(
testAccVmExists(resourceName),
Expand Down

0 comments on commit d5dd4e5

Please sign in to comment.