We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3883483 commit 76b87ebCopy full SHA for 76b87eb
spec/integration/outputs/index_spec.rb
@@ -62,7 +62,7 @@
62
63
def curl_and_get_json_response(url, method: :get); require 'open3'
64
begin
65
- stdout, status = Open3.capture2("curl #{curl_opts} -X #{method.to_s.upcase} -k #{url}")
+ stdout, status = Open3.capture2("curl -s --show-error #{curl_opts} -X #{method.to_s.upcase} -k #{url}")
66
rescue Errno::ENOENT
67
fail "curl not available, make sure curl binary is installed and available on $PATH"
68
end
0 commit comments