diff --git a/internal/proxy/proxy_test.go b/internal/proxy/proxy_test.go index 089f72a0f1..766550355a 100644 --- a/internal/proxy/proxy_test.go +++ b/internal/proxy/proxy_test.go @@ -352,7 +352,7 @@ func TestProxy(t *testing.T) { defer func() { err := dc.Stop() assert.NoError(t, err) - log.Info("stop data coordinator") + log.Info("stop DataCoord") }() }