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/ref/find_all_tags_test.go')
-rw-r--r--internal/gitaly/service/ref/find_all_tags_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/gitaly/service/ref/find_all_tags_test.go b/internal/gitaly/service/ref/find_all_tags_test.go
index d81638f00..3cde6d743 100644
--- a/internal/gitaly/service/ref/find_all_tags_test.go
+++ b/internal/gitaly/service/ref/find_all_tags_test.go
@@ -439,7 +439,7 @@ func TestFindAllTags_invalidRequest(t *testing.T) {
{
desc: "empty request",
request: &gitalypb.FindAllTagsRequest{},
- expectedErr: status.Error(codes.InvalidArgument, testhelper.GitalyOrPraefectMessage(
+ expectedErr: status.Error(codes.InvalidArgument, testhelper.GitalyOrPraefect(
"empty Repository",
"repo scoped: empty Repository",
)),
@@ -452,7 +452,7 @@ func TestFindAllTags_invalidRequest(t *testing.T) {
RelativePath: "repo",
},
},
- expectedErr: status.Error(codes.InvalidArgument, testhelper.GitalyOrPraefectMessage(
+ expectedErr: status.Error(codes.InvalidArgument, testhelper.GitalyOrPraefect(
`invalid git directory: GetStorageByName: no such storage: "fake"`,
"repo scoped: invalid Repository",
)),