package vap import ( "testing" ) func TestGetVapHelperCmd(t *testing.T) { // Call the GetFixCmd function _ = GetVapHelperCmd() }