mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
fix type
This commit is contained in:
parent
7f8371344e
commit
62a27417dc
3 changed files with 9 additions and 23 deletions
|
@ -19,7 +19,7 @@ describe('findPackageForDownload', () => {
|
|||
|
||||
spyGetManifestFromRepo = jest.spyOn(httpm.HttpClient.prototype, 'getJson');
|
||||
spyGetManifestFromRepo.mockReturnValue({
|
||||
result: JSON.stringify(data),
|
||||
result: data,
|
||||
statusCode: 200,
|
||||
headers: {}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue