We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e10638 commit 71fd2faCopy full SHA for 71fd2fa
pkg/cmd/auth/status/status_test.go
@@ -200,7 +200,7 @@ func Test_statusRun(t *testing.T) {
200
},
201
httpStubs: func(reg *httpmock.Registry) {},
202
wantErrOut: regexp.MustCompile(`(?s)Hostname "github.example.com" not found among authenticated GitHub hosts`),
203
- wantErr: regexp.MustCompile(``),
+ wantErr: "SilentError",
204
205
}
206
0 commit comments