Fix pipeline serializer spec
This is 36 in CE, and 40 in EE.
This commit is contained in:
parent
e1f076ecb5
commit
511cf9345f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue