Skip to content

Commit 677fd3d

Browse files
Task: Update Manteca Test IDs (#89)
1 parent f13032c commit 677fd3d

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)