Fix test after merge
This commit is contained in:
parent
9c4afca003
commit
8552cacf79
1 changed files with 3 additions and 0 deletions
|
|
@ -392,6 +392,9 @@ func TestViewRun(t *testing.T) {
|
|||
reg.Register(
|
||||
httpmock.REST("GET", "repos/OWNER/REPO/actions/runs/3"),
|
||||
httpmock.JSONResponse(shared.SuccessfulRun))
|
||||
reg.Register(
|
||||
httpmock.REST("GET", "repos/OWNER/REPO/actions/runs/3/artifacts"),
|
||||
httpmock.StringResponse(`{}`))
|
||||
reg.Register(
|
||||
httpmock.REST("GET", "runs/3/jobs"),
|
||||
httpmock.JSONResponse(shared.JobsPayload{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue