We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4afca commit 8552cacCopy full SHA for 8552cac
pkg/cmd/run/view/view_test.go
@@ -392,6 +392,9 @@ func TestViewRun(t *testing.T) {
392
reg.Register(
393
httpmock.REST("GET", "repos/OWNER/REPO/actions/runs/3"),
394
httpmock.JSONResponse(shared.SuccessfulRun))
395
+ reg.Register(
396
+ httpmock.REST("GET", "repos/OWNER/REPO/actions/runs/3/artifacts"),
397
+ httpmock.StringResponse(`{}`))
398
399
httpmock.REST("GET", "runs/3/jobs"),
400
httpmock.JSONResponse(shared.JobsPayload{
0 commit comments