Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client/dial_test.go')
-rw-r--r--client/dial_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dial_test.go b/client/dial_test.go
index c04f23046..ff3716e77 100644
--- a/client/dial_test.go
+++ b/client/dial_test.go
@@ -805,5 +805,5 @@ func startFakeGitalyServer(t *testing.T) string {
}
func newLogger(tb testing.TB) *logrus.Entry {
- return testhelper.SharedLogger(tb).Entry
+ return testhelper.SharedLogger(tb).LogrusEntry() //nolint:staticcheck
}