mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-13 17:00:00 +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
|
let(:expected_response) do
|
||||||
{
|
{
|
||||||
"success" => false,
|
"success" => false,
|
||||||
"status" => "err",
|
"status" => "bad_request",
|
||||||
"message" => anything,
|
"message" => anything,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue