Commit cc12c824 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Increase query count on test due to extra permission check using License

parent 34bf528e
......@@ -289,7 +289,7 @@ describe Projects::MergeRequestsController do
recorded = ActiveRecord::QueryRecorder.new { go(format: :json) }
expect(recorded.count).to be_within(10).of(100)
expect(recorded.count).to be_within(5).of(110)
expect(recorded.cached_count).to eq(0)
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