Skip to content

Commit

Permalink
fsxwindowsfileserver: fixing TestPerformHostMount
Browse files Browse the repository at this point in the history
  • Loading branch information
singholt committed Oct 24, 2020
1 parent c98cc4b commit 1d1bd71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func TestPerformHostMount(t *testing.T) {
execCommand = fakeExecCommand
defer func() { execCommand = exec.Command }()

err := fv.performHostMount(`\\amznfsxfp8sdlcw.test.corp.com\share`, hostPath, `test\user`, `pass`)
err := fv.performHostMount(`\\amznfsxfp8sdlcw.test.corp.com\share`, `test\user`, `pass`)
assert.NoError(t, err)
}

Expand Down

0 comments on commit 1d1bd71

Please sign in to comment.