Maybe finally fix test 2

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 04:54:45 +02:00
parent 41ca44be6f
commit ef27273521
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -43,7 +43,7 @@ jobs:
})
const actual = await github.repos.getReleaseAsset({
...context.repo,
release_id: release.data.assets[0].id,
asset_id: release.data.assets[0].id,
})
assert.equal(expected, actual)
- name: Clean up