download_strategies/curl_spec: fix test.
This commit is contained in:
parent
20b8a74906
commit
4436a663f2
@ -75,7 +75,7 @@ describe CurlDownloadStrategy do
|
|||||||
/curl/,
|
/curl/,
|
||||||
hash_including(args: array_including_cons(
|
hash_including(args: array_including_cons(
|
||||||
"--user-agent",
|
"--user-agent",
|
||||||
a_string_matching(/Mozilla.*Mac OS X 14.*AppleWebKit/),
|
a_string_matching(/Mozilla.*Mac OS X 10_15_7.*AppleWebKit/),
|
||||||
)),
|
)),
|
||||||
)
|
)
|
||||||
.at_least(:once)
|
.at_least(:once)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user