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/apply_patch_test.go')
-rw-r--r--internal/gitaly/service/operations/apply_patch_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/operations/apply_patch_test.go b/internal/gitaly/service/operations/apply_patch_test.go
index 9357fe99c..723534687 100644
--- a/internal/gitaly/service/operations/apply_patch_test.go
+++ b/internal/gitaly/service/operations/apply_patch_test.go
@@ -711,7 +711,7 @@ func TestFailedValidationUserApplyPatch(t *testing.T) {
desc: "missing Repository",
branchName: "new-branch",
user: gittest.TestUser,
- expectedErr: status.Error(codes.InvalidArgument, testhelper.GitalyOrPraefectMessage(
+ expectedErr: status.Error(codes.InvalidArgument, testhelper.GitalyOrPraefect(
"empty Repository",
"repo scoped: empty Repository",
)),