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
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gitaly-hooks/hooks_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/gitaly-hooks/hooks_test.go b/cmd/gitaly-hooks/hooks_test.go
index 88b15e6a1..9ceb43681 100644
--- a/cmd/gitaly-hooks/hooks_test.go
+++ b/cmd/gitaly-hooks/hooks_test.go
@@ -786,7 +786,8 @@ remote: error resource exhausted, please try again later
},
{
name: "other error - status code is hidden",
- err: structerr.NewUnavailable("server is not available"),
+ //nolint:gitaly-linters
+ err: structerr.NewUnavailable("server is not available"),
expectedStderr: `
remote: error executing git hook
`,