Skip to content
Snippets Groups Projects

Add migration for backfilling traversal_ids in blobs and wiki blobs

Merged Siddharth Dungarwal requested to merge 351381-backfill-blobs-and-wiki-blobs into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -53,7 +53,7 @@
context 'when migration fails' do
let(:client) { instance_double('Elasticsearch::Transport::Client') }
let(:project) { create(:project, :repository) }
let_it_be(:project) { create(:project, :repository) }
before do
allow(migration).to receive(:client).and_return(client)
Loading