Adjust tests to match controller adjustment
This commit is contained in:
parent
8ad0cf24b8
commit
13c275b189
|
@ -13,7 +13,7 @@ describe Ajax::MuteRuleController, :ajax_controller, type: :controller do
|
|||
{
|
||||
"success" => true,
|
||||
"status" => "okay",
|
||||
"id" => MuteRule.last.id,
|
||||
"id" => MuteRule.last.id.to_s,
|
||||
"message" => "Rule added successfully.",
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue