We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e2eba commit 07d29d2Copy full SHA for 07d29d2
spec/requests/api_controller_spec.rb
@@ -46,7 +46,7 @@ def index
46
get '/test'
47
48
expect(response.parsed_body).to include(
49
- 'error' => 'ActionController::ParameterMissing: param is missing or the value is empty: foo'
+ 'error' => 'ActionController::ParameterMissing: param is missing or the value is empty or invalid'
50
)
51
end
52
0 commit comments