mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
test(aa-log): enable dummy journalctl test.
This commit is contained in:
parent
e7fbf5fbef
commit
4abe312220
@ -246,12 +246,12 @@ func Test_getJournalctlLogs(t *testing.T) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// name: "journalctl",
|
name: "journalctl",
|
||||||
// useFile: false,
|
useFile: false,
|
||||||
// path: "",
|
path: "",
|
||||||
// want: AppArmorLogs{},
|
want: AppArmorLogs{},
|
||||||
// },
|
},
|
||||||
}
|
}
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
t.Run(tt.name, func(t *testing.T) {
|
t.Run(tt.name, func(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user