From d304c84f2aa264ca60eaeb3d7848f88198ff1c8c Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Fri, 25 Jun 2021 11:36:13 -0700 Subject: [PATCH] test/utils/github_spec: fix artifact number --- Library/Homebrew/test/utils/github_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/utils/github_spec.rb b/Library/Homebrew/test/utils/github_spec.rb index f695c34106..8bc50f023a 100644 --- a/Library/Homebrew/test/utils/github_spec.rb +++ b/Library/Homebrew/test/utils/github_spec.rb @@ -86,7 +86,7 @@ describe GitHub do url = described_class.get_artifact_url( described_class.get_workflow_run("Homebrew", "homebrew-core", 79751, artifact_name: "bottles"), ) - expect(url).to eq("https://api.github.com/repos/Homebrew/homebrew-core/actions/artifacts/69422207/zip") + expect(url).to eq("https://api.github.com/repos/Homebrew/homebrew-core/actions/artifacts/70494047/zip") end end