Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e0cb60

Browse files
authored
fix: ignore errors on provided logger (#14169)
1 parentdfeafa8 commit4e0cb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/insights_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func TestUserLatencyInsights(t *testing.T) {
225225
t.Parallel()
226226

227227
db,ps:=dbtestutil.NewDB(t)
228-
logger:=slogtest.Make(t,nil)
228+
logger:=slogtest.Make(t,&slogtest.Options{IgnoreErrors:true})
229229
client:=coderdtest.New(t,&coderdtest.Options{
230230
Database:db,
231231
Pubsub:ps,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp