提交 40060b18 编写于 作者: A Alejandro Rodríguez

[ci skip] Fix archive spec descrptions

上级 fce708c1
......@@ -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)
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册