Merge commit 'a324edabdf' into upstream-20250416

This commit is contained in:
KMY 2025-04-24 07:27:26 +09:00
commit 94eb912030
71 changed files with 513 additions and 141 deletions

View file

@ -140,9 +140,12 @@ RSpec.describe 'Lists' do
it 'returns http unprocessable entity' do
subject
expect(response).to have_http_status(422)
expect(response)
.to have_http_status(422)
expect(response.content_type)
.to start_with('application/json')
expect(response.parsed_body)
.to include(error: /Replies policy is not included/)
end
end
end