From e37da963410ace813ecd4da158e8296b5cc1c1ce Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Sat, 5 Dec 2020 11:40:08 -0500 Subject: [PATCH] GithubLatest: Align test URL with example --- Library/Homebrew/test/livecheck/strategy/github_latest_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/livecheck/strategy/github_latest_spec.rb b/Library/Homebrew/test/livecheck/strategy/github_latest_spec.rb index a6be06a295..d15088049a 100644 --- a/Library/Homebrew/test/livecheck/strategy/github_latest_spec.rb +++ b/Library/Homebrew/test/livecheck/strategy/github_latest_spec.rb @@ -7,7 +7,7 @@ describe Homebrew::Livecheck::Strategy::GithubLatest do subject(:github_latest) { described_class } let(:github_release_artifact_url) { - "https://github.com/example/example/releases/download/1.2.3/example-1.2.3.zip" + "https://github.com/example/example/releases/download/1.2.3/example-1.2.3.tar.gz" } let(:github_tag_archive_url) { "https://github.com/example/example/archive/v1.2.3.tar.gz" } let(:github_repository_upload_url) { "https://github.com/downloads/example/example/example-1.2.3.tar.gz" }