mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
11 lines
134 B
Go
11 lines
134 B
Go
package vap
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGetVapHelperCmd(t *testing.T) {
|
|
// Call the GetFixCmd function
|
|
_ = GetVapHelperCmd()
|
|
}
|