Appease the dog overlords

This commit is contained in:
Karina Kwiatek 2022-06-12 23:36:44 +02:00 committed by Karina Kwiatek
parent 99bae4a7a7
commit 0db51536c5
2 changed files with 4 additions and 4 deletions

View File

@ -332,7 +332,7 @@ describe Ajax::ListController, :ajax_controller, type: :controller do
{
"success" => false,
"status" => "other_blocking_self",
"message" => anything,
"message" => anything
}
end
@ -348,7 +348,7 @@ describe Ajax::ListController, :ajax_controller, type: :controller do
{
"success" => false,
"status" => "self_blocking_other",
"message" => anything,
"message" => anything
}
end

View File

@ -94,7 +94,7 @@ describe Ajax::SmileController, :ajax_controller, type: :controller do
let(:expected_response) do
{
"success" => false,
"status" => "fail",
"status" => "fail",
"message" => anything
}
end
@ -118,7 +118,7 @@ describe Ajax::SmileController, :ajax_controller, type: :controller do
let(:expected_response) do
{
"success" => false,
"status" => "fail",
"status" => "fail",
"message" => anything
}
end