Skip to content

Commit

Permalink
fixing TestPostUnmarshalTaskWithFSxWindowsFileServerVolumes
Browse files Browse the repository at this point in the history
  • Loading branch information
singholt committed Oct 23, 2020
1 parent 9a37099 commit c98cc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/api/task/task_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ func TestPostUnmarshalTaskWithFSxWindowsFileServerVolumes(t *testing.T) {
"credentialsParameter": "arn",
"domain": "test"
},
"fsxWindowsFileServerHostPath": "Z:\\"
"fsxWindowsFileServerHostPath": ""
},
"createdAt": "0001-01-01T00:00:00Z",
"desiredStatus": "NONE",
Expand Down

0 comments on commit c98cc4b

Please sign in to comment.