diff --git a/src/users_test.go b/src/users_test.go index 7150d5d..9974a93 100644 --- a/src/users_test.go +++ b/src/users_test.go @@ -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") }