mirror of
https://github.com/actions/setup-go.git
synced 2026-04-08 05:30:04 +00:00
fixup
This commit is contained in:
parent
e937024ae6
commit
3efc8fd0e3
3 changed files with 27687 additions and 133 deletions
|
|
@ -1465,9 +1465,7 @@ use .
|
|||
'The requested Go version 1.25.0 is not available for platform linux/arm64'
|
||||
)
|
||||
);
|
||||
expect(cnSpy).toHaveBeenCalledWith(
|
||||
expect.stringContaining('HTTP 404')
|
||||
);
|
||||
expect(cnSpy).toHaveBeenCalledWith(expect.stringContaining('HTTP 404'));
|
||||
});
|
||||
|
||||
it('shows clear error with platform/arch and URL on download failure', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue