We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452cf3d commit c070d8bCopy full SHA for c070d8b
gems/aws-sdk-s3/spec/object/upload_stream_spec.rb
@@ -428,7 +428,7 @@ module S3
428
object.upload_stream(tempfile: true) do |_write_stream|
429
raise 'something went wrong'
430
end
431
- end.to raise_error('multipart upload failed: something went wrong')
+ end.to raise_error(/multipart upload failed/, /something went wrong/)
432
433
434
it 'reports when it is unable to abort a failed multipart upload' do
0 commit comments