Adjust tests to match controller adjustment

This commit is contained in:
Andreas Nedbal 2022-09-02 20:02:03 +02:00
parent 8ad0cf24b8
commit 13c275b189
1 changed files with 1 additions and 1 deletions

View File

@ -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