test/utils/github_spec: fix artifact number

This commit is contained in:
Michael Cho 2021-06-25 11:36:13 -07:00
parent 91f2114bb3
commit d304c84f2a
No known key found for this signature in database
GPG Key ID: F0487049DAE15338

View File

@ -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