Skip to content

Commit 798a376

Browse files
authored
Merge pull request #343 from NetApp/335-docs-typo-on-the-documents
fix acc tests
2 parents 3dc5654 + 1a4f4b8 commit 798a376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/provider/protocols/protocols_san_lun-map_resource_alias_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ func TestAccProtocolsSanLunMapResourceAlias(t *testing.T) {
4343
}
4444

4545
func testAccProtocolsSanLunMapResourceBasicConfigAlias(lunName string, igroupName string, svmName string) string {
46-
host := os.Getenv("TF_ACC_NETAPP_HOST")
46+
host := os.Getenv("TF_ACC_NETAPP_HOST5")
4747
admin := os.Getenv("TF_ACC_NETAPP_USER")
48-
password := os.Getenv("TF_ACC_NETAPP_PASS")
48+
password := os.Getenv("TF_ACC_NETAPP_PASS2")
4949
if host == "" || admin == "" || password == "" {
50-
fmt.Println("TF_ACC_NETAPP_HOST, TF_ACC_NETAPP_USER, and TF_ACC_NETAPP_PASS must be set for acceptance tests")
50+
fmt.Println("TF_ACC_NETAPP_HOST5, TF_ACC_NETAPP_USER, and TF_ACC_NETAPP_PASS2 must be set for acceptance tests")
5151
os.Exit(1)
5252
}
5353
return fmt.Sprintf(`

0 commit comments

Comments
 (0)