mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 07:01:13 +08:00
correct spec
This commit is contained in:
@ -42,7 +42,8 @@ describe Admin::GroupsController do
|
|||||||
"bio_cooked"=>nil,
|
"bio_cooked"=>nil,
|
||||||
"public"=>false,
|
"public"=>false,
|
||||||
"allow_membership_requests"=>false,
|
"allow_membership_requests"=>false,
|
||||||
"full_name"=>group.full_name
|
"full_name"=>group.full_name,
|
||||||
|
"default_notification_level"=>3
|
||||||
}])
|
}])
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user