Commit ff26913a authored by Mehmet Emin INAC's avatar Mehmet Emin INAC

Fix flaky status_checks_spec

parent 1c9a3538
......@@ -276,7 +276,7 @@ RSpec.describe API::StatusChecks do
it 'paginates correctly' do
get api(collection_url, project.owner), params: { per_page: 1 }
expect_paginated_array_response([1])
expect_paginated_array_response([rule.id])
end
context 'when feature is disabled, unlicensed or user has permission' 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