From 677fd3df0241290e09d5f3ea6fba88b8cb326901 Mon Sep 17 00:00:00 2001 From: Matthew Martin <105743990+matthewkmartin@users.noreply.github.com> Date: Thu, 23 Mar 2023 08:19:15 -0400 Subject: [PATCH] Task: Update Manteca Test IDs (#89) --- spec/call_utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/call_utils.rb b/spec/call_utils.rb index 3c6d8191..0f67c962 100644 --- a/spec/call_utils.rb +++ b/spec/call_utils.rb @@ -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