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 'internal/gitaly/service/operations/branches_test.go')
-rw-r--r--internal/gitaly/service/operations/branches_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/operations/branches_test.go b/internal/gitaly/service/operations/branches_test.go
index d366c33c3..f4227a286 100644
--- a/internal/gitaly/service/operations/branches_test.go
+++ b/internal/gitaly/service/operations/branches_test.go
@@ -355,7 +355,7 @@ func TestUserCreateBranch_Failure(t *testing.T) {
branchName: "shiny-new-branch",
startPoint: "",
user: gittest.TestUser,
- err: status.Error(codes.InvalidArgument, testhelper.GitalyOrPraefectMessage(
+ err: status.Error(codes.InvalidArgument, testhelper.GitalyOrPraefect(
"empty Repository",
"repo scoped: empty Repository",
)),