fix(go): updated function name.
This commit is contained in:
parent
00d6a664eb
commit
e1f665aec1
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ func (t *TestSuite) ReadSettings(path *paths.Path) error {
|
||||||
// Results returns a sum up of the apparmor logs raised by the scenarios
|
// Results returns a sum up of the apparmor logs raised by the scenarios
|
||||||
func (t *TestSuite) Results() string {
|
func (t *TestSuite) Results() string {
|
||||||
file, _ := logs.GetAuditLogs(logs.LogFiles[0])
|
file, _ := logs.GetAuditLogs(logs.LogFiles[0])
|
||||||
aaLogs := logs.NewApparmorLogs(file, "")
|
aaLogs := logs.New(file, "")
|
||||||
return aaLogs.String()
|
return aaLogs.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue