Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cli/audit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ func TestAuditCachingBehavior(t *testing.T) {
// and doesn't attempt to call `gh run download`
err := downloadRunArtifacts(context.Background(), downloadArtifactsOptions{runID: run.DatabaseID, outputDir: runOutputDir})
if err != nil {
t.Errorf("downloadRunArtifacts should skip download when valid summary exists, but got error: %v", err)
t.Errorf("downloadRunArtifacts should skip download when cached artifacts are complete, but got error: %v", err)
}
}

Expand Down
Loading