diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-09 18:12:57 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-09 18:12:57 +0000 |
commit | 7c0e5472c80f1826b36916a95e6f9d84a7b68fe3 (patch) | |
tree | 91e24facb11469a31da6566ed5d59d7298984082 /spec/features | |
parent | 427dbb30f037eb6697fc14852966ebff5d488a43 (diff) | |
download | gitlab-ce-7c0e5472c80f1826b36916a95e6f9d84a7b68fe3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/search/user_uses_header_search_field_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/search/user_uses_header_search_field_spec.rb b/spec/features/search/user_uses_header_search_field_spec.rb index 1523586ab26..41288a34fb2 100644 --- a/spec/features/search/user_uses_header_search_field_spec.rb +++ b/spec/features/search/user_uses_header_search_field_spec.rb @@ -17,6 +17,7 @@ RSpec.describe 'User uses header search field', :js do end before do + allow(Gitlab::ApplicationRateLimiter).to receive(:threshold).and_return(0) allow(Gitlab::ApplicationRateLimiter).to receive(:threshold).with(:search_rate_limit).and_return(1000) allow(Gitlab::ApplicationRateLimiter).to receive(:threshold).with(:search_rate_limit_unauthenticated).and_return(1000) sign_in(user) |