Skip to content
Snippets Groups Projects
Unverified Commit b7b3a059 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Allow 2 more queries in spec/controllers/projects/pipelines_controller_spec.rb


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent fe695ebd
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -74,7 +74,7 @@ describe Projects::PipelinesController do
expect(stages.count).to eq 3
end
 
expect(queries.count).to be_within(3).of(30)
expect(queries.count).to be_within(5).of(30)
end
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment