Skip to content

Commit 8552cac

Browse files
committed
Fix test after merge
1 parent 9c4afca commit 8552cac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/cmd/run/view/view_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,9 @@ func TestViewRun(t *testing.T) {
392392
reg.Register(
393393
httpmock.REST("GET", "repos/OWNER/REPO/actions/runs/3"),
394394
httpmock.JSONResponse(shared.SuccessfulRun))
395+
reg.Register(
396+
httpmock.REST("GET", "repos/OWNER/REPO/actions/runs/3/artifacts"),
397+
httpmock.StringResponse(`{}`))
395398
reg.Register(
396399
httpmock.REST("GET", "runs/3/jobs"),
397400
httpmock.JSONResponse(shared.JobsPayload{

0 commit comments

Comments
 (0)