Skip to content

Commit

Permalink
fixed factory test
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakm-ntnx committed Dec 7, 2022
1 parent ec9e692 commit 5659ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/dependencies/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ func TestFactoryBuildWithProviderNutanix(t *testing.T) {
},
}

t.Setenv(constants.NutanixUsernameKey, "test")
t.Setenv(constants.NutanixPasswordKey, "test")
t.Setenv(constants.EksaNutanixUsernameKey, "test")
t.Setenv(constants.EksaNutanixPasswordKey, "test")
for _, tc := range tests {
tt := newTest(t, nutanix)
tt.clusterConfigFile = tc.clusterConfigFile
Expand Down

0 comments on commit 5659ae1

Please sign in to comment.