mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix syntax error.
This commit is contained in:
@@ -405,6 +405,7 @@ describe StaffActionLogger do
|
||||
user_history = UserHistory.last
|
||||
expect(user_history.action).to eq(UserHistory.actions[:activate_user])
|
||||
expect(user_history.details).to eq(reason)
|
||||
end
|
||||
end
|
||||
|
||||
describe '#log_readonly_mode' do
|
||||
|
||||
Reference in New Issue
Block a user