Merge pull request #1575 from kubescape/fixed-filepath-test

filepath test
This commit is contained in:
David Wertenteil
2024-01-07 20:37:38 +02:00
committed by GitHub

View File

@@ -640,7 +640,7 @@ func TestGetLocalPath(t *testing.T) {
},
},
},
want: os.TempDir(),
want: filepath.Dir(filepath.Join(os.TempDir(), "target.yaml")),
},
}
for _, tt := range tests {