Hopefully fix notifications pagination flaky test (#31494)

pull/31474/head
Claire 8 months ago committed by GitHub
parent 1e612c5a09
commit d2e4be0456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -185,7 +185,7 @@ RSpec.describe 'Notifications' do
it 'returns the requested number of notifications paginated', :aggregate_failures do
subject
notifications = user.account.notifications.browserable
notifications = user.account.notifications.browserable.order(id: :asc)
expect(body_as_json.size)
.to eq(params[:limit])

Loading…
Cancel
Save