Skip to content

Commit

Permalink
Merge pull request #343 from NetApp/335-docs-typo-on-the-documents
Browse files Browse the repository at this point in the history
fix acc tests
  • Loading branch information
suhasbshekar authored Nov 26, 2024
2 parents aa2ee09 + d3c95fa commit 1335e25
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ func TestAccProtocolsSanLunMapResourceAlias(t *testing.T) {
}

func testAccProtocolsSanLunMapResourceBasicConfigAlias(lunName string, igroupName string, svmName string) string {
host := os.Getenv("TF_ACC_NETAPP_HOST")
host := os.Getenv("TF_ACC_NETAPP_HOST5")
admin := os.Getenv("TF_ACC_NETAPP_USER")
password := os.Getenv("TF_ACC_NETAPP_PASS")
password := os.Getenv("TF_ACC_NETAPP_PASS2")
if host == "" || admin == "" || password == "" {
fmt.Println("TF_ACC_NETAPP_HOST, TF_ACC_NETAPP_USER, and TF_ACC_NETAPP_PASS must be set for acceptance tests")
fmt.Println("TF_ACC_NETAPP_HOST5, TF_ACC_NETAPP_USER, and TF_ACC_NETAPP_PASS2 must be set for acceptance tests")
os.Exit(1)
}
return fmt.Sprintf(`
Expand Down

0 comments on commit 1335e25

Please sign in to comment.