From af8327492a267ba74e9d6f4abe74ac88a51b94a6 Mon Sep 17 00:00:00 2001 From: Igor Drozdov Date: Wed, 5 Jul 2023 07:43:18 +0000 Subject: [PATCH] Draft: Test merge request --- spec/gitlab_shell_authorized_keys_check_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/gitlab_shell_authorized_keys_check_spec.rb b/spec/gitlab_shell_authorized_keys_check_spec.rb index 91b874d9a..6497f5a8d 100644 --- a/spec/gitlab_shell_authorized_keys_check_spec.rb +++ b/spec/gitlab_shell_authorized_keys_check_spec.rb @@ -4,8 +4,7 @@ describe 'bin/gitlab-shell-authorized-keys-check' do include_context 'gitlab shell' def tmp_socket_path - # This has to be a relative path shorter than 100 bytes due to - # limitations in how Unix sockets work. + # This has to be a relative path shorter than 100 bytes due to limitations in how Unix sockets work. 'tmp/gitlab-shell-authorized-keys-check-socket' end -- GitLab