test(aa-log): enable dummy journalctl test.

This commit is contained in:
Alexandre Pujol 2022-10-15 21:28:57 +01:00
parent e7fbf5fbef
commit 4abe312220
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -246,12 +246,12 @@ func Test_getJournalctlLogs(t *testing.T) {
},
},
},
// {
// name: "journalctl",
// useFile: false,
// path: "",
// want: AppArmorLogs{},
// },
{
name: "journalctl",
useFile: false,
path: "",
want: AppArmorLogs{},
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {