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/license_test.go')
-rw-r--r--internal/gitaly/service/repository/license_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/repository/license_test.go b/internal/gitaly/service/repository/license_test.go
index 7d6247529..0cd09ba71 100644
--- a/internal/gitaly/service/repository/license_test.go
+++ b/internal/gitaly/service/repository/license_test.go
@@ -26,7 +26,7 @@ func testSuccessfulFindLicenseRequest(t *testing.T, cfg config.Cfg, client gital
{
desc: "repository does not exist",
nonExistentRepository: true,
- errorContains: "rpc error: code = NotFound desc = GetRepoPath: not a git repository",
+ errorContains: "GetRepoPath: not a git repository",
},
{
desc: "empty if no license file in repo",