mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Password required flag should be cleared whenever clearing the raw password (#5384)
This commit is contained in:
@@ -89,10 +89,6 @@ describe GroupsController do
|
||||
)
|
||||
end
|
||||
|
||||
before do
|
||||
sign_in(user)
|
||||
end
|
||||
|
||||
context "when user is group owner" do
|
||||
before do
|
||||
group.add_owner(user)
|
||||
|
||||
Reference in New Issue
Block a user