Skip to content
Snippets Groups Projects
Commit 40060b18 authored by Alejandro Rodríguez's avatar Alejandro Rodríguez
Browse files

[ci skip] Fix archive spec descrptions

parent fce708c1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -31,7 +31,7 @@ describe Gitlab::Workhorse do
described_class.send_git_archive(repository, ref: ref, format: format)
end
 
context 'when Gitaly workhorse_raw_show feature is enabled' do
context 'when Gitaly workhorse_archive feature is enabled' do
it 'sets the header correctly' do
key, command, params = decode_workhorse_header(subject)
 
Loading
Loading
@@ -41,7 +41,7 @@ describe Gitlab::Workhorse do
end
end
 
context 'when Gitaly workhorse_raw_show feature is disabled', skip_gitaly_mock: true do
context 'when Gitaly workhorse_archive feature is disabled', skip_gitaly_mock: true 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