mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:19:53 +01:00
Adjust tests to match controller adjustment
This commit is contained in:
parent
8ad0cf24b8
commit
13c275b189
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue