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/commit/last_commit_for_path_test.go')
-rw-r--r--internal/gitaly/service/commit/last_commit_for_path_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/commit/last_commit_for_path_test.go b/internal/gitaly/service/commit/last_commit_for_path_test.go
index 84a7297e5..7cc171413 100644
--- a/internal/gitaly/service/commit/last_commit_for_path_test.go
+++ b/internal/gitaly/service/commit/last_commit_for_path_test.go
@@ -103,7 +103,7 @@ func TestFailedLastCommitForPathRequest(t *testing.T) {
Revision: []byte("some-branch"),
},
expectedErr: helper.ErrInvalidArgumentf(gitalyOrPraefect(
- "GetStorageByName: no such storage: \"\"",
+ "empty Repository",
"repo scoped: empty Repository",
)),
},