fix: update UA regex

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-09-09 22:47:47 -04:00
parent e5c714fa91
commit d31f4e4697
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 10.*AppleWebKit/),
a_string_matching(/Mozilla.*Mac OS X 13.*AppleWebKit/),
)),
)
.at_least(:once)