Commit 63c6d82b authored by Luke Duncalfe's avatar Luke Duncalfe

Use clean_gitlab_redis_cache for test

https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67132
parent a20f106e
......@@ -38,7 +38,7 @@ RSpec.describe Gitlab::GithubImport::ObjectImporter do
end)
end
describe '#import', :clean_gitlab_redis_shared_state do
describe '#import', :clean_gitlab_redis_cache do
let(:importer_class) { double(:importer_class, name: 'klass_name') }
let(:importer_instance) { double(:importer_instance) }
let(:project) { double(:project, full_path: 'foo/bar', id: 1) }
......
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