Commit cc08a89f authored by drew cimino's avatar drew cimino

Fix spec and changelog

parent 23a86825
+---
+title: Simplify Build Group name correction
+merge_request: 57739
+author:
+type: fixed
---
title: Simplify Build Group name correction
merge_request: 57739
author:
type: fixed
......@@ -76,8 +76,8 @@ RSpec.describe Ci::DagPipelineEntity do
it 'performs the smallest number of queries', :request_store do
log = ActiveRecord::QueryRecorder.new { subject }
# stages, project, builds, build_needs, feature_flag
expect(log.count).to eq 5
# stages, project, builds, build_needs
expect(log.count).to eq 4
end
it 'contains all the data' do
......
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