Fix up test
This commit is contained in:
parent
5e10638b0e
commit
71fd2fa24c
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ func Test_statusRun(t *testing.T) {
|
|||
},
|
||||
httpStubs: func(reg *httpmock.Registry) {},
|
||||
wantErrOut: regexp.MustCompile(`(?s)Hostname "github.example.com" not found among authenticated GitHub hosts`),
|
||||
wantErr: regexp.MustCompile(``),
|
||||
wantErr: "SilentError",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue