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
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-08-21 02:59:58 +0300
committerThong Kuah <tkuah@gitlab.com>2019-08-21 05:25:38 +0300
commitd1de6fd4d867ee817a1979e05344e580d33c7759 (patch)
tree646185055dcb4d04a2e75405e608469ba6199dd6 /spec/initializers
parente0826b0cb522dc4a112f6617c6fb222f6e3f4ce2 (diff)
Column was renamed in 12.2
Diffstat (limited to 'spec/initializers')
-rw-r--r--spec/initializers/rest-client-hostname_override_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/initializers/rest-client-hostname_override_spec.rb b/spec/initializers/rest-client-hostname_override_spec.rb
index 1ff82342fb5..3707e001d41 100644
--- a/spec/initializers/rest-client-hostname_override_spec.rb
+++ b/spec/initializers/rest-client-hostname_override_spec.rb
@@ -101,7 +101,7 @@ describe 'rest-client dns rebinding protection' do
context 'when local requests are allowed' do
before do
- stub_application_setting(allow_local_requests_from_hooks_and_services: true)
+ stub_application_setting(allow_local_requests_from_web_hooks_and_services: true)
end
it 'allows an external request' do