Skip to content

Fix failing spec in spec/requests/api/pipelines_spec.rb

Stan Hu requested to merge sh-fix-issue-33011 into master

The spec was trying to sort pipelines by user ID, but the same user ID was being used for each pipeline in the spec.

Closes #33001 (closed)

Merge request reports