Commit be521315 authored by Dmitry Gruzd's avatar Dmitry Gruzd

Merge branch '330124_clear_redis_shared_state_snippet_search_results' into 'master'

Add clean_gitlab_redis_shared_state to snippet_search_results_spec.rb

See merge request gitlab-org/gitlab!63193
parents 24e3af3c 2e2abf5e
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe Gitlab::Elastic::SnippetSearchResults, :elastic, :sidekiq_might_not_need_inline do
RSpec.describe Gitlab::Elastic::SnippetSearchResults, :elastic, :clean_gitlab_redis_shared_state, :sidekiq_might_not_need_inline do
let(:snippet) { create(:personal_snippet, title: 'foo', description: 'foo') }
let(:results) { described_class.new(snippet.author, 'foo', []) }
......
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