Skip to content

Commit 76b87eb

Browse files
committed
Test: curl -s -S
1 parent 3883483 commit 76b87eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/integration/outputs/index_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
def curl_and_get_json_response(url, method: :get); require 'open3'
6464
begin
65-
stdout, status = Open3.capture2("curl #{curl_opts} -X #{method.to_s.upcase} -k #{url}")
65+
stdout, status = Open3.capture2("curl -s --show-error #{curl_opts} -X #{method.to_s.upcase} -k #{url}")
6666
rescue Errno::ENOENT
6767
fail "curl not available, make sure curl binary is installed and available on $PATH"
6868
end

0 commit comments

Comments
 (0)