diff --git a/core/cautils/scaninfo_test.go b/core/cautils/scaninfo_test.go index d15100eb..33a61b92 100644 --- a/core/cautils/scaninfo_test.go +++ b/core/cautils/scaninfo_test.go @@ -40,8 +40,5 @@ func TestGetHostname(t *testing.T) { func TestGetScanningContext(t *testing.T) { assert.Equal(t, ContextCluster, GetScanningContext("")) - // assert.Equal(t, ContextDir, GetScanningContext("/")) assert.Equal(t, ContextGitURL, GetScanningContext("https://github.com/armosec/kubescape")) - // assert.Equal(t, ContextFile, GetScanningContext(path.Join(".", "testdata", "localrepo.git"))) - // assert.Equal(t, ContextGitLocal, GetScanningContext(path.Join(".", "testdata"))) }