fix: update UA regex
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
e5c714fa91
commit
d31f4e4697
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user