Skip to content

Commit 43e2870

Browse files
committed
Merge branch 'feature/openapi-generator-sdk' of https://github.com/Bandwidth/ruby-sdk into feature/openapi-generator-sdk
2 parents 03f457f + 677fd3d commit 43e2870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/call_utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def setup_manteca(type)
1212

1313
begin
1414
test_id = Net::HTTP.post(manteca_test_url, manteca_body.to_json, manteca_header)
15-
return test_id.body.to_s.gsub("\"", "")
15+
return test_id.body.to_s
1616
rescue => e
1717
puts e.inspect
1818
end

0 commit comments

Comments
 (0)