diff --git a/pkg/cmd/auth/status/status_test.go b/pkg/cmd/auth/status/status_test.go index e28df0816..e917f621c 100644 --- a/pkg/cmd/auth/status/status_test.go +++ b/pkg/cmd/auth/status/status_test.go @@ -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", }, }