fix: Fix audit search query (#4352)

This commit is contained in:
Bruno Quaresma
2022-10-03 20:56:54 -03:00
committed by GitHub
parent 1d88b9c65c
commit bf63cc929a
2 changed files with 9 additions and 2 deletions

View File

@ -130,6 +130,7 @@ func TestAuditLogsFilter(t *testing.T) {
}
for _, testCase := range testCases {
testCase := testCase
// Test filtering
t.Run(testCase.Name, func(t *testing.T) {
t.Parallel()