From 4436a663f26f7ab3cc793a58bba5b3e20f46c339 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 21 Oct 2023 09:41:35 +0100 Subject: [PATCH] download_strategies/curl_spec: fix test. --- Library/Homebrew/test/download_strategies/curl_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/download_strategies/curl_spec.rb b/Library/Homebrew/test/download_strategies/curl_spec.rb index a9a31f3b8d..ff94c94f7e 100644 --- a/Library/Homebrew/test/download_strategies/curl_spec.rb +++ b/Library/Homebrew/test/download_strategies/curl_spec.rb @@ -75,7 +75,7 @@ describe CurlDownloadStrategy do /curl/, hash_including(args: array_including_cons( "--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)