mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 14:17:57 +08:00
Fix randomly failing spec.
This commit is contained in:
@ -164,7 +164,7 @@ describe UploadsController do
|
||||
for_private_message: "true",
|
||||
format: :json
|
||||
}
|
||||
end.first
|
||||
end.find { |m| m.channel = '/uploads/composer' }
|
||||
|
||||
expect(response).to be_success
|
||||
expect(message.data["id"]).to be
|
||||
|
Reference in New Issue
Block a user