Fix test I missed updating
This commit is contained in:
parent
e6b09b45de
commit
a20e8b7eec
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue