Merge pull request #114334 from claudiubelu/fix-files-unittest

unittests: Fixes TestReplaceFile for Windows
This commit is contained in:
Kubernetes Prow Robot 2022-12-10 09:05:41 -08:00 committed by GitHub
commit 50ed8284ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ func TestReplaceFile(t *testing.T) {
return nil
},
desc: "neither parent nor file exists",
err: missingFileError,
err: missingFolderError,
},
}
for _, c := range cases {