Skip to content

Commit

Permalink
Merge pull request nutanix#242 from nutanix/fix-protection-rule-test
Browse files Browse the repository at this point in the history
test: changed data for variables of azurl for protection rules
  • Loading branch information
marinsalinas authored Jan 27, 2021
2 parents 3100a5a + 3bcad5b commit 2036083
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nutanix/resource_nutanix_protection_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ func TestAccNutanixProtectionRule_basic(t *testing.T) {
name := acctest.RandomWithPrefix("test-protection-name-dou")
description := acctest.RandomWithPrefix("test-protection-desc-dou")
aZUrlSource := "c99ab7cd-9191-4fcb-8fc0-232eff76e595"
uuidSource := "0005b21a-2b28-7bac-699a-ac1f6b6e5556"
aZUrlTarget := "c7926832-4976-4fe4-bead-7e508e03e3ec"
uuidTarget := "0005b5f7-2c60-d181-1c29-ac1f6b6e5435"
uuidSource := "4db9adc1-8d13-4585-a901-a3ce1276ecb0"
aZUrlTarget := "45a97947-4b09-4179-8e9b-0c2859020539"
uuidTarget := "40cc9ba1-4c3c-4deb-a04e-a5e33c09d767"

nameUpdated := acctest.RandomWithPrefix("test-protection-name-dou")
descriptionUpdated := acctest.RandomWithPrefix("test-protection-desc-dou")
Expand Down Expand Up @@ -58,9 +58,9 @@ func TestAccResourceNutanixProtectionRule_importBasic(t *testing.T) {
name := acctest.RandomWithPrefix("test-protection-name-dou")
description := acctest.RandomWithPrefix("test-protection-desc-dou")
aZUrlSource := "c99ab7cd-9191-4fcb-8fc0-232eff76e595"
uuidSource := "0005b21a-2b28-7bac-699a-ac1f6b6e5556"
aZUrlTarget := "c7926832-4976-4fe4-bead-7e508e03e3ec"
uuidTarget := "0005b5f7-2c60-d181-1c29-ac1f6b6e5435"
uuidSource := "4db9adc1-8d13-4585-a901-a3ce1276ecb0"
aZUrlTarget := "45a97947-4b09-4179-8e9b-0c2859020539"
uuidTarget := "40cc9ba1-4c3c-4deb-a04e-a5e33c09d767"

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Expand Down

0 comments on commit 2036083

Please sign in to comment.