Fix pipeline serializer spec

This is 36 in CE, and 40 in EE.
This commit is contained in:
Sean McGivern 2018-03-15 12:44:59 +00:00
parent e1f076ecb5
commit 511cf9345f

View file

@ -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