mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Can't update Groups#allow_membership_requests in admin.
This commit is contained in:
@@ -84,6 +84,8 @@ describe "Groups" do
|
||||
end
|
||||
|
||||
it "should be able update the group" do
|
||||
group.update!(allow_membership_requests: false)
|
||||
|
||||
expect do
|
||||
xhr :put, "/groups/#{group.id}", { group: {
|
||||
flair_bg_color: 'FFF',
|
||||
|
||||
Reference in New Issue
Block a user