mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2026-01-07 16:11:48 +00:00
fix linter error
This commit is contained in:
@@ -69,7 +69,7 @@ func TestPOSTCreateUser(t *testing.T) {
|
||||
if len(userTOKEN) == 0 {
|
||||
t.Fatalf("Failed to parse userTOKEN")
|
||||
}
|
||||
raw2, err := helpGetUserAuditEvents(userTOKEN)
|
||||
raw2, _ := helpGetUserAuditEvents(userTOKEN)
|
||||
if raw2["status"].(string) != "ok" {
|
||||
t.Fatalf("Failed to get audit event/s\n")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user