Fixed flaky EE specific Ci::Pipeline test
This test would expect pipelines to be returned in a particular order, without actually ordering the rows. This could lead to the test sometimes failing. To solve this, we use `to include` instead of `to eq`.
Showing
Please register or sign in to comment