test/utils/github_spec: fix artifact number
This commit is contained in:
parent
91f2114bb3
commit
d304c84f2a
@ -86,7 +86,7 @@ describe GitHub do
|
|||||||
url = described_class.get_artifact_url(
|
url = described_class.get_artifact_url(
|
||||||
described_class.get_workflow_run("Homebrew", "homebrew-core", 79751, artifact_name: "bottles"),
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user