curl_spec: update test

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-10-20 20:46:22 -04:00
parent 2c4b282bff
commit 4232cb6c90
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840

View File

@ -75,7 +75,7 @@ describe CurlDownloadStrategy do
/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)