DEV: Add order to avoid randomly failing test.

This commit is contained in:
Guo Xiang Tan
2018-10-15 11:42:45 +08:00
parent 5ae4cbcf88
commit aa60936115
2 changed files with 6 additions and 7 deletions

View File

@ -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