Skip to content

Commit a20e8b7

Browse files
committed
Fix test I missed updating
1 parent e6b09b4 commit a20e8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/run/rerun/rerun_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func TestRerun(t *testing.T) {
233233
}}))
234234
},
235235
wantErr: true,
236-
errOut: "no recent runs have failed; please specify a specific run ID",
236+
errOut: "no recent runs have failed; please specify a specific `<run-id>`",
237237
},
238238
{
239239
name: "unrerunnable",

0 commit comments

Comments
 (0)