From 68fe82bd16aa71dd048504f8908cff3fbd499ebc Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 5 Mar 2024 11:31:00 -0800 Subject: [PATCH] zap https://github.com/uber-go/zap/pull/1369 --- pkg/log/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/log/config_test.go b/pkg/log/config_test.go index 5f30f6f8dde9..8a85e5e59c27 100644 --- a/pkg/log/config_test.go +++ b/pkg/log/config_test.go @@ -377,7 +377,7 @@ func TestCapture(t *testing.T) { timePattern + "\tinfo\tlog/config_test.go:.*\tzap-info", timePattern + "\tdebug\tlog/config_test.go:.*\tzap-debug", timePattern + "\terror\tlog/config_test.go:.*\tzap-with", - timePattern + "\terror\tzap-write", + "error\tzap-write", "", }