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