diff --git a/bandwidth.gemspec b/bandwidth.gemspec index 2a78698f..bd29f334 100644 --- a/bandwidth.gemspec +++ b/bandwidth.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'bandwidth-sdk' - s.version = '10.0.0' + s.version = '10.1.0' s.summary = 'Bandwidth' s.description = 'The official client SDK for Bandwidht\'s Voice, Messaging, MFA, and WebRTC APIs' s.authors = ['Bandwidth'] diff --git a/test/integration/test_integration.rb b/test/integration/test_integration.rb index 2febf048..0a31d019 100644 --- a/test/integration/test_integration.rb +++ b/test/integration/test_integration.rb @@ -82,7 +82,7 @@ def test_upload_download_media media = "Hello world" #media upload - @bandwidth_client.messaging_client.client.upload_media(BW_ACCOUNT_ID, media_id, media, :content_type => "application/octet-stream", :cache_control => "no-cache") + @bandwidth_client.messaging_client.client.upload_media(BW_ACCOUNT_ID, media_id, media, :content_type => "text/plain", :cache_control => "no-cache") #media download downloaded_media = @bandwidth_client.messaging_client.client.get_media(BW_ACCOUNT_ID, media_id).data