Skip to content

Commit

Permalink
curl_spec: update test
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 21, 2023
1 parent 2c4b282 commit 4232cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test/download_strategies/curl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
/curl/,
hash_including(args: array_including_cons(
"--user-agent",
a_string_matching(/Mozilla.*Mac OS X 13.*AppleWebKit/),
a_string_matching(/Mozilla.*Mac OS X 14.*AppleWebKit/),
)),
)
.at_least(:once)
Expand Down

0 comments on commit 4232cb6

Please sign in to comment.