Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-04 16:41:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-04 16:41:07 +0300
commit4f791ec8bd51d2bacada5ba48334c16076cf91b8 (patch)
tree89c61fbbfdc63b8d920787f78ff226967b87d7b8 /spec/lib
parent056dd422ea9e03869c182a9200fcbe9166d01ad1 (diff)
Add latest changes from gitlab-org/gitlab@14-10-stable-ee
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/gitlab/workhorse_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/lib/gitlab/workhorse_spec.rb b/spec/lib/gitlab/workhorse_spec.rb
index 91ab0a53c6c..3bab9aec454 100644
--- a/spec/lib/gitlab/workhorse_spec.rb
+++ b/spec/lib/gitlab/workhorse_spec.rb
@@ -448,14 +448,6 @@ RSpec.describe Gitlab::Workhorse do
end
end
- describe '.detect_content_type' do
- subject { described_class.detect_content_type }
-
- it 'returns array setting detect content type in workhorse' do
- expect(subject).to eq(%w[Gitlab-Workhorse-Detect-Content-Type true])
- end
- end
-
describe '.send_git_blob' do
include FakeBlobHelpers