Commit 2d1c04d1 authored by Sergio Guerrero's avatar Sergio Guerrero

Changed Zoho Api Key

parent a44b9b10
...@@ -16,7 +16,7 @@ module Wedoops ...@@ -16,7 +16,7 @@ module Wedoops
.headers("cache-control" => "no-cache", .headers("cache-control" => "no-cache",
"accept" => "application/json", "accept" => "application/json",
"postman-token" => "8b126eb1-0de6-4a10-d78d-1fb417fb23b0", "postman-token" => "8b126eb1-0de6-4a10-d78d-1fb417fb23b0",
"x-apikey" => "Af8cbSpgkAReYqBs66DHJUkf2MJW3d9JDFVJhWe4U5haD") "x-apikey" => "zYkWN38SYH6hr2Ixq75xvDENl6hrYOvxx0FxLvPD7BUe6")
end end
def cobertura_project def cobertura_project
...@@ -27,7 +27,7 @@ module Wedoops ...@@ -27,7 +27,7 @@ module Wedoops
.headers("cache-control" => "no-cache", .headers("cache-control" => "no-cache",
"accept" => "application/json", "accept" => "application/json",
"postman-token" => "8b126eb1-0de6-4a10-d78d-1fb417fb23b0", "postman-token" => "8b126eb1-0de6-4a10-d78d-1fb417fb23b0",
"x-apikey" => "Af8cbSpgkAReYqBs66DHJUkf2MJW3d9JDFVJhWe4U5haD").get(url) "x-apikey" => "zYkWN38SYH6hr2Ixq75xvDENl6hrYOvxx0FxLvPD7BUe6").get(url)
end end
def cobertura(all=false) def cobertura(all=false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment