提交 1fb4215b 编写于 作者: R Rémy Coutable

Merge branch 'fix/skip-gitaly-mock-linting-error' into 'master'

Fix a liniting error introduced by !14652

See merge request gitlab-org/gitlab-ce!14790
......@@ -86,7 +86,7 @@ describe Gitlab::Workhorse do
end
end
context 'when Gitaly workhorse_send_git_patch feature is disabled', skip_gitaly_mock: true do
context 'when Gitaly workhorse_send_git_patch feature is disabled', :skip_gitaly_mock do
it 'sets the header correctly' do
key, command, params = decode_workhorse_header(subject)
......@@ -159,7 +159,7 @@ describe Gitlab::Workhorse do
end
end
context 'when Gitaly workhorse_send_git_diff feature is disabled', skip_gitaly_mock: true do
context 'when Gitaly workhorse_send_git_diff feature is disabled', :skip_gitaly_mock do
it 'sets the header correctly' do
key, command, params = decode_workhorse_header(subject)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册