diff --git a/internal/proxy/proxy_test.go b/internal/proxy/proxy_test.go index ce3b45f5cd..0375e40670 100644 --- a/internal/proxy/proxy_test.go +++ b/internal/proxy/proxy_test.go @@ -344,7 +344,7 @@ func TestProxy(t *testing.T) { defer func() { err := rc.Stop() assert.NoError(t, err) - log.Info("stop root coordinator") + log.Info("stop RootCoord") }() }