summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Drozdov <idrozdov@gitlab.com>2022-11-23 09:57:29 +0000
committerIgor Drozdov <idrozdov@gitlab.com>2022-11-23 09:57:29 +0000
commit0a8db0d68de3f6f86d8a25c8a06d5e79469b73c0 (patch)
tree5c53c5787c62c41804ddf5981cadc6967c8aacfd
parent264d63e81cbf08e3ae75e84433b8d09af15f351f (diff)
parentf2b068a82ed355028085bcbf87c12de9dc3f0550 (diff)
downloadgitlab-shell-0a8db0d68de3f6f86d8a25c8a06d5e79469b73c0.tar.gz
Merge branch 'pb-fix-broken-main' into 'main'
Fix broken Gitaly integration tests See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/694 Merged-by: Igor Drozdov <idrozdov@gitlab.com> Approved-by: Igor Drozdov <idrozdov@gitlab.com> Co-authored-by: Patrick Bajao <ebajao@gitlab.com>
-rw-r--r--internal/testhelper/testdata/testroot/responses/allowed_without_console_messages.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/testhelper/testdata/testroot/responses/allowed_without_console_messages.json b/internal/testhelper/testdata/testroot/responses/allowed_without_console_messages.json
index d5511cd..6a865db 100644
--- a/internal/testhelper/testdata/testroot/responses/allowed_without_console_messages.json
+++ b/internal/testhelper/testdata/testroot/responses/allowed_without_console_messages.json
@@ -9,8 +9,8 @@
"repository": {
"storage_name": "default",
"relative_path": "GITALY_REPOSITORY",
- "git_object_directory": "path/to/git_object_directory",
- "git_alternate_object_directories": ["path/to/git_alternate_object_directory"],
+ "git_object_directory": "objects/",
+ "git_alternate_object_directories": ["objects/"],
"gl_repository": "project-26",
"gl_project_path": "group/private"
},