Fix randomly failing spec.

This commit is contained in:
Guo Xiang Tan 2017-10-03 11:59:26 +08:00
parent 81c0092326
commit 85c5bb4ea4

View File

@ -129,7 +129,7 @@ describe UploadsController do
Jobs.expects(:enqueue).never
message = MessageBus.track_publish do
message = MessageBus.track_publish("/uploads/avatar") do
post :create, params: { file: text_file, type: "avatar", format: :json }
end.first