Commit 6c4b353
committed
fix: inject version in checksum mismatch test to avoid GitHub API rate limits
The performManagedInstall checksum mismatch test did not specify a
version or fetchLatestVersion mock, causing it to call the real GitHub
releases API. On CI runners with shared IPs, this hits 403 rate limits
and the test fails with an unrelated error instead of reaching the
checksum verification step.
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent a3513f3 commit 6c4b353
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| 421 | + | |
421 | 422 | | |
422 | 423 | | |
423 | 424 | | |
| |||
0 commit comments