Fix test I missed updating

This commit is contained in:
Cameron Booth 2022-03-15 09:50:20 -07:00
parent e6b09b45de
commit a20e8b7eec

View file

@ -233,7 +233,7 @@ func TestRerun(t *testing.T) {
}}))
},
wantErr: true,
errOut: "no recent runs have failed; please specify a specific run ID",
errOut: "no recent runs have failed; please specify a specific `<run-id>`",
},
{
name: "unrerunnable",