mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
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
|
||||
func (t *TestSuite) Results() string {
|
||||
file, _ := logs.GetAuditLogs(logs.LogFiles[0])
|
||||
aaLogs := logs.NewApparmorLogs(file, "")
|
||||
aaLogs := logs.New(file, "")
|
||||
return aaLogs.String()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue