Commit 9a334b29 authored by Micaël Bergeron's avatar Micaël Bergeron

Merge branch '40781-os-to-ce' of gitlab.com:gitlab-org/gitlab-ce into 40781-os-to-ce

parents 9c6663ea 511cf934
......@@ -118,7 +118,7 @@ describe PipelineSerializer do
it 'verifies number of queries', :request_store do
recorded = ActiveRecord::QueryRecorder.new { subject }
expect(recorded.count).to be_within(1).of(40)
expect(recorded.count).to be_within(1).of(36)
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