Skip to content

Commit

Permalink
Merge pull request #43 from kevinschweikert/fix/multiple-verbose-flag…
Browse files Browse the repository at this point in the history
…-test

test multiple verbose flags
  • Loading branch information
kevinschweikert authored Jan 14, 2025
2 parents 7502745 + 541a76e commit 12bca4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/curl_req_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,8 @@ defmodule CurlReqTest do
CurlReq.Curl.decode(~s(curl -f https://example.com))
CurlReq.Curl.decode(~s(curl -fsS https://example.com))
CurlReq.Curl.decode(~s(curl -v https://example.com))
CurlReq.Curl.decode(~s(curl -vvv https://example.com))
CurlReq.Curl.decode(~s(curl --verbose https://example.com))
end

test "raises on unsupported flag" do
Expand Down

0 comments on commit 12bca4d

Please sign in to comment.