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/fetch_bundle_test.go')
-rw-r--r--internal/gitaly/service/repository/fetch_bundle_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/repository/fetch_bundle_test.go b/internal/gitaly/service/repository/fetch_bundle_test.go
index afee7a744..b12526eab 100644
--- a/internal/gitaly/service/repository/fetch_bundle_test.go
+++ b/internal/gitaly/service/repository/fetch_bundle_test.go
@@ -154,7 +154,7 @@ func TestServer_FetchBundle_validation(t *testing.T) {
},
},
expErr: status.Error(codes.NotFound, testhelper.GitalyOrPraefect(
- `GetRepoPath: not a git repository: "`+cfg.Storages[0].Path+`/unknown"`,
+ `fetch remote: GetRepoPath: not a git repository: "`+cfg.Storages[0].Path+`/unknown"`,
`mutator call: route repository mutator: get repository id: repository "default"/"unknown" not found`,
)),
},