mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Fix specs.
This commit is contained in:
parent
431aa79bb3
commit
37b256e7f2
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ describe Admin::GroupsController do
|
||||||
"has_messages"=>false,
|
"has_messages"=>false,
|
||||||
"flair_url"=>nil,
|
"flair_url"=>nil,
|
||||||
"flair_bg_color"=>nil,
|
"flair_bg_color"=>nil,
|
||||||
"flair_color"=>nil
|
"flair_color"=>nil,
|
||||||
|
"bio_raw"=>nil,
|
||||||
|
"bio_cooked"=>nil
|
||||||
}])
|
}])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue