mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
Merge pull request #1575 from kubescape/fixed-filepath-test
filepath test
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user