mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
correct spec
This commit is contained in:
parent
5365973c0a
commit
d4111c8676
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ describe Admin::GroupsController do
|
|||
"bio_cooked"=>nil,
|
||||
"public"=>false,
|
||||
"allow_membership_requests"=>false,
|
||||
"full_name"=>group.full_name
|
||||
"full_name"=>group.full_name,
|
||||
"default_notification_level"=>3
|
||||
}])
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue