Change /api/v1/statuses/:id/history to always return at least one item (#25510)

This commit is contained in:
Claire
2023-06-22 14:56:14 +02:00
parent e65e3a6d14
commit f8930a67a0
2 changed files with 6 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ describe Api::V1::Statuses::HistoriesController do
it 'returns http success' do
expect(response).to have_http_status(200)
expect(body_as_json.size).to_not be 0
end
end
end