mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-13 14:30:03 +01:00
Fix expected status in Ajax::ReportController spec
This commit is contained in:
parent
fa1d09ec44
commit
e3323dd1e3
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ describe Ajax::ReportController, :ajax_controller, type: :controller do
|
|||
let(:expected_response) do
|
||||
{
|
||||
"success" => false,
|
||||
"status" => "err",
|
||||
"status" => "bad_request",
|
||||
"message" => anything,
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue