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/fullpath_test.go')
-rw-r--r--internal/gitaly/service/repository/fullpath_test.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/internal/gitaly/service/repository/fullpath_test.go b/internal/gitaly/service/repository/fullpath_test.go
index 36b3947f7..cbe89f8f7 100644
--- a/internal/gitaly/service/repository/fullpath_test.go
+++ b/internal/gitaly/service/repository/fullpath_test.go
@@ -72,8 +72,7 @@ func TestSetFullPath(t *testing.T) {
require.Nil(t, response)
- expectedErr := fmt.Sprintf("rpc error: code = NotFound desc = setting config: rpc "+
- "error: code = NotFound desc = GetRepoPath: not a git repository: %q", repoPath)
+ expectedErr := fmt.Sprintf("rpc error: code = NotFound desc = setting config: GetRepoPath: not a git repository: %q", repoPath)
if testhelper.IsPraefectEnabled() {
expectedErr = `rpc error: code = NotFound desc = mutator call: route repository mutator: get repository id: repository "default"/"/path/to/repo.git" not found`
}
@@ -176,8 +175,7 @@ func TestFullPath(t *testing.T) {
})
require.Nil(t, response)
- expectedErr := fmt.Sprintf("rpc error: code = NotFound desc = fetch config: rpc "+
- "error: code = NotFound desc = GetRepoPath: not a git repository: %q", repoPath)
+ expectedErr := fmt.Sprintf("rpc error: code = NotFound desc = fetch config: GetRepoPath: not a git repository: %q", repoPath)
if testhelper.IsPraefectEnabled() {
expectedErr = `rpc error: code = NotFound desc = accessor call: route repository accessor: consistent storages: repository "default"/"/path/to/repo.git" not found`
}