Revert "DEV: Upgrade Rails to version 7.1" (#27625)

This reverts commit ce00f83173.
This commit is contained in:
Loïc Guitaut
2024-06-26 18:55:05 +02:00
committed by GitHub
parent 099cf71bcc
commit f58b844f45
48 changed files with 258 additions and 495 deletions

View File

@@ -326,7 +326,7 @@ RSpec.describe ApplicationController do
expect(log).not_to include("exception app middleware")
expect(response.status).to eq(400)
expect(response.parsed_body).to eq("status" => 400, "error" => "Bad Request")
end
end