Skip to content
Snippets Groups Projects
Commit 9e601088 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Fix mysterious rubocop failure

parent 5ada58d3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
 
Loading
Loading
@@ -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)
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment