PLT-975 adding perm deletes
Этот коммит содержится в:
@@ -44,4 +44,8 @@ func TestSqlAuditStore(t *testing.T) {
|
||||
if len(audits) != 0 {
|
||||
t.Fatal("Should have returned empty because user_id is missing")
|
||||
}
|
||||
|
||||
if r2 := <-store.Audit().Delete(audit.UserId); r2.Err != nil {
|
||||
t.Fatal(r2.Err)
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user