fix(test): update reference path for aa-status.

This commit is contained in:
Alexandre Pujol 2025-02-09 22:16:33 +01:00
parent 9304c9a668
commit fadc08b1ea
Failed to generate hash of commit

View file

@ -237,7 +237,7 @@ func TestAppArmorProfileFile_Integration(t *testing.T) {
}, },
}}, }},
}, },
want: mustReadProfileFile(intData.Join("profiles-a-f/aa-status")), want: mustReadProfileFile(intData.Join("groups/apparmor/aa-status")),
}, },
} }
for _, tt := range tests { for _, tt := range tests {