Commit 28ffb4bf authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Handle transient MR query count spec

parent 09c5885a
...@@ -127,7 +127,7 @@ describe Projects::MergeRequestsController do ...@@ -127,7 +127,7 @@ describe Projects::MergeRequestsController do
recorded = ActiveRecord::QueryRecorder.new { go(format: :json) } recorded = ActiveRecord::QueryRecorder.new { go(format: :json) }
expect(recorded.count).to be_within(1).of(51) expect(recorded.count).to be_within(5).of(50)
expect(recorded.cached_count).to eq(0) expect(recorded.cached_count).to eq(0)
end end
end end
......
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