Skip to content

Commit

Permalink
fix promote test
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Dweikat-Ntx committed Jan 22, 2025
1 parent ada2101 commit cee54f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestAccV2NutanixPromoteProtectedResourceResource_PromoteVG(t *testing.T) {
func testPromoteProtectedResourceVMAndProtectionPolicyConfig(vmName, ppName, description string) string {
return fmt.Sprintf(`
# List domain Managers
data "nutanix_domain_managers_v2" "pcs" {
data "nutanix_pcs_v2" "pcs" {
}
# List categories
Expand Down Expand Up @@ -240,7 +240,7 @@ data "nutanix_virtual_machines_v2" "p-vm" {
func testPromoteProtectedResourceVGAndProtectionPolicyConfig(vgName, ppName, description string) string {
return fmt.Sprintf(`
# List domain Managers
data "nutanix_domain_managers_v2" "pcs" {
data "nutanix_pcs_v2" "pcs" {
}
# List categories
Expand Down
2 changes: 1 addition & 1 deletion test_config_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
},
"data_protection": {
"pc_ext_id": "",
"cluster_ext_id": ""
"cluster_ext_id": "",
"remote_pc_ip": ""
},
"clusters": {
Expand Down

0 comments on commit cee54f6

Please sign in to comment.