diff options
author | Nick Thomas <nick@gitlab.com> | 2021-05-21 08:57:41 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2021-05-21 08:57:41 +0000 |
commit | 90b606cde3d71d8a4450a5b5da9be4454c7b379f (patch) | |
tree | b0d56517b75f1b620dacdcf45d2635d2a270ae2f /internal | |
parent | b13bc6e5141ce5a45469c8ab0aa888badcedd9b5 (diff) | |
parent | 246059d720c703ee8c07a718d2acc6e07ac85bb4 (diff) | |
download | gitlab-shell-90b606cde3d71d8a4450a5b5da9be4454c7b379f.tar.gz |
Merge branch 'add-gitaly-acceptance-test' into 'main'
Add first Gitaly acceptance test
See merge request gitlab-org/gitlab-shell!475
Diffstat (limited to 'internal')
-rw-r--r-- | internal/testhelper/testdata/testroot/responses/allowed_without_console_messages.json | 6 |
1 files changed, 3 insertions, 3 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 c28ea71..d5511cd 100644 --- a/internal/testhelper/testdata/testroot/responses/allowed_without_console_messages.json +++ b/internal/testhelper/testdata/testroot/responses/allowed_without_console_messages.json @@ -4,17 +4,17 @@ "gl_project_path": "group/private", "gl_id": "user-1", "gl_username": "root", - "git_config_options": ["option"], + "git_config_options": [], "gitaly": { "repository": { "storage_name": "default", - "relative_path": "@hashed/5f/9c/5f9c4ab08cac7457e9111a30e4664920607ea2c115a1433d7be98e97e64244ca.git", + "relative_path": "GITALY_REPOSITORY", "git_object_directory": "path/to/git_object_directory", "git_alternate_object_directories": ["path/to/git_alternate_object_directory"], "gl_repository": "project-26", "gl_project_path": "group/private" }, - "address": "unix:gitaly.socket", + "address": "GITALY_ADDRESS", "token": "token" }, "git_protocol": "protocol", |