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/ssh/receive_pack_test.go')
-rw-r--r--internal/gitaly/service/ssh/receive_pack_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/ssh/receive_pack_test.go b/internal/gitaly/service/ssh/receive_pack_test.go
index 0f9317696..7267022b6 100644
--- a/internal/gitaly/service/ssh/receive_pack_test.go
+++ b/internal/gitaly/service/ssh/receive_pack_test.go
@@ -67,7 +67,7 @@ func TestReceivePack_validation(t *testing.T) {
return helper.ErrInvalidArgumentf("repo scoped: invalid Repository")
}
- return helper.ErrInvalidArgumentf("GetPath: relative path missing from storage_name:\"default\"")
+ return helper.ErrInvalidArgumentf("GetPath: relative path missing")
}(),
},
{