We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a87331 commit 24da16bCopy full SHA for 24da16b
internal/file/file_manager_service_test.go
@@ -329,7 +329,7 @@ func TestFileManagerService_ClearCache(t *testing.T) {
329
fileManagerService := NewFileManagerService(fakeFileServiceClient, types.AgentConfig())
330
331
filesCache := map[string]*model.FileCache{
332
- "File/path/test.conf": {
+ "file/path/test.conf": {
333
File: &mpi.File{
334
FileMeta: &mpi.FileMeta{
335
Name: "file/path/test.conf",
0 commit comments