Skip to content

Commit 762b821

Browse files
committed
fix tests
1 parent 4f65425 commit 762b821

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/file/file_manager_service_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,8 @@ func TestFileManagerService_DetermineFileActions(t *testing.T) {
611611
t.Run(test.name, func(tt *testing.T) {
612612
// Delete manifest file if it already exists
613613
dir := helpers.CreateManifestDirWithErrorCheck(t, manifestDirPath, "manifest.json")
614-
manifestFilePath = dir + "manifest.json"
614+
manifestFilePath = dir + "/manifest.json"
615+
t.Logf("path: %s", manifestFilePath)
615616
fakeFileServiceClient := &v1fakes.FakeFileServiceClient{}
616617
fileManagerService := NewFileManagerService(fakeFileServiceClient, types.AgentConfig())
617618
err = fileManagerService.UpdateManifestFile(test.currentFiles, true)

0 commit comments

Comments
 (0)