Fix up test

This commit is contained in:
Sam Coe 2021-01-22 08:50:09 -08:00
parent 5e10638b0e
commit 71fd2fa24c
No known key found for this signature in database
GPG key ID: 8E322C20F811D086

View file

@ -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",
},
}