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/repository/fsck_test.go')
-rw-r--r--internal/gitaly/service/repository/fsck_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/repository/fsck_test.go b/internal/gitaly/service/repository/fsck_test.go
index 077e560bf..8fddbb1f5 100644
--- a/internal/gitaly/service/repository/fsck_test.go
+++ b/internal/gitaly/service/repository/fsck_test.go
@@ -71,6 +71,6 @@ func TestFsck_validate(t *testing.T) {
_, client := setupRepositoryServiceWithoutRepo(t)
_, err := client.Fsck(ctx, &gitalypb.FsckRequest{Repository: nil})
- msg := testhelper.GitalyOrPraefectMessage("empty Repository", "repo scoped: empty Repository")
+ msg := testhelper.GitalyOrPraefect("empty Repository", "repo scoped: empty Repository")
testhelper.RequireGrpcError(t, status.Error(codes.InvalidArgument, msg), err)
}