Commit 9902fed1 authored by Thong Kuah's avatar Thong Kuah

Merge branch '67132-fix-broken-master' into 'master'

Fix broken master: Use clean_gitlab_redis_cache for test

See merge request gitlab-org/gitlab!67287
parents a20f106e 63c6d82b
......@@ -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