Skip to content

Commit

Permalink
Merge branch 'feature/openapi-generator-sdk' of https://github.com/Ba…
Browse files Browse the repository at this point in the history
…ndwidth/ruby-sdk into feature/openapi-generator-sdk
  • Loading branch information
ckoegel committed Mar 23, 2023
2 parents 03f457f + 677fd3d commit 43e2870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/call_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def setup_manteca(type)

begin
test_id = Net::HTTP.post(manteca_test_url, manteca_body.to_json, manteca_header)
return test_id.body.to_s.gsub("\"", "")
return test_id.body.to_s
rescue => e
puts e.inspect
end
Expand Down

0 comments on commit 43e2870

Please sign in to comment.