Fix specs

This commit is contained in:
David Taylor 2018-08-20 13:17:54 +01:00
parent fc721a1768
commit 39fb967047
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ describe 'Chat Controller', type: :request do
"provider" => 'dummy',
"data" => {},
"error_key" => nil,
"error_info" => nil,
"rules" => [{ "id" => rule.id, "type" => 'normal', "group_name" => nil, "group_id" => nil, "filter" => "follow", "channel_id" => channel.id, "category_id" => category.id, "tags" => [tag.name] }]
)
end