mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 20:41:24 +08:00
DEV: Add order to avoid randomly failing test.
This commit is contained in:
@ -1130,9 +1130,7 @@ class UsersController < ApplicationController
|
||||
|
||||
MessageBus.publish "/file-change", ["refresh"], user_ids: [user.id]
|
||||
|
||||
render json: {
|
||||
success: true
|
||||
}
|
||||
render json: success_json
|
||||
end
|
||||
|
||||
private
|
||||
|
Reference in New Issue
Block a user