Commit 80aa32e4 authored by Etienne Baqué's avatar Etienne Baqué

Merge branch '330124_clear_redis_shared_state_projects_search_results' into 'master'

Add clean_gitlab_redis_shared_state to project_search_results_spec.rb

See merge request gitlab-org/gitlab!63061
parents 11be5622 53d62224
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe Gitlab::Elastic::ProjectSearchResults, :elastic do
RSpec.describe Gitlab::Elastic::ProjectSearchResults, :elastic, :clean_gitlab_redis_shared_state do
let_it_be(:user) { create(:user) }
let_it_be(:project) { create(:project, :public, :repository) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment