Raise search results count to 10 for test
reference: https://mastodon.xyz/users/lx/updates/278054lolsob-rspec
parent
c0a93f5f26
commit
2706eef783
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Api::V1::SearchController < Api::BaseController
|
||||
RESULTS_LIMIT = 5
|
||||
RESULTS_LIMIT = 10
|
||||
|
||||
before_action -> { doorkeeper_authorize! :read }
|
||||
before_action :require_user!
|
||||
|
|
Loading…
Reference in New Issue