diff --git a/internal/api/me_history_test.go b/internal/api/me_history_test.go index 58fdb3d9..96e224c0 100644 --- a/internal/api/me_history_test.go +++ b/internal/api/me_history_test.go @@ -24,7 +24,7 @@ func newHistoryRouter(h *handlers) chi.Router { return r } -func doGetHistory(h *handlers, pool *pgxpool.Pool, user dbq.User, query string) *httptest.ResponseRecorder { +func doGetHistory(h *handlers, _ *pgxpool.Pool, user dbq.User, query string) *httptest.ResponseRecorder { url := "/api/me/history" if query != "" { url += "?" + query