feat: github-api-url (#88)
closes #77 --------- Co-authored-by: Parker Brown <[email protected]>
This commit is contained in:
co-authored by
Parker Brown
parent
c4fa18d55c
commit
837e2752e0
@@ -17,8 +17,8 @@ await test((mockPool) => {
|
||||
// Intentionally omitting the `authorization` header, since JWT creation is not idempotent.
|
||||
},
|
||||
})
|
||||
.reply(500, 'GitHub API not available')
|
||||
mockPool
|
||||
.reply(500, "GitHub API not available");
|
||||
mockPool
|
||||
.intercept({
|
||||
path: `/orgs/${process.env.INPUT_OWNER}/installation`,
|
||||
method: "GET",
|
||||
|
||||
Reference in New Issue
Block a user