We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4a5bf commit c7eddcbCopy full SHA for c7eddcb
src/action.spec.ts
@@ -38,10 +38,8 @@ describe("nodejs-upload-asset", () => {
38
process.env.GITHUB_TOKEN = "abcd";
39
uploadReleaseAssetMock.mockReturnValue({
40
data: {
41
- value: {
42
- browser_download_url: "download_url",
43
- id: 1,
44
- }
+ browser_download_url: "download_url",
+ id: 1,
45
},
46
});
47
return testSubject().then(() => {
@@ -62,10 +60,8 @@ describe("nodejs-upload-asset", () => {
62
60
63
61
64
65
66
67
68
69
70
71
0 commit comments