X Tutup
Skip to content

Commit 71fd2fa

Browse files
committed
Fix up test
1 parent 5e10638 commit 71fd2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/auth/status/status_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func Test_statusRun(t *testing.T) {
200200
},
201201
httpStubs: func(reg *httpmock.Registry) {},
202202
wantErrOut: regexp.MustCompile(`(?s)Hostname "github.example.com" not found among authenticated GitHub hosts`),
203-
wantErr: regexp.MustCompile(``),
203+
wantErr: "SilentError",
204204
},
205205
}
206206

0 commit comments

Comments
 (0)
X Tutup