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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-07 00:12:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-07 00:12:45 +0300
commit8ec004d6d8d92f00d0598e94ede4d31ab1e8f18e (patch)
tree525dcb81832e5ad142cc1f2aeff2f38c51f80aa4 /spec/frontend/admin
parente22c3819ad2321a0cf825877fe3b60e41268c5b3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/admin')
-rw-r--r--spec/frontend/admin/application_settings/network_outbound_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/admin/application_settings/network_outbound_spec.js b/spec/frontend/admin/application_settings/network_outbound_spec.js
index 0e3a2dfdfd4..2c06a3fd67f 100644
--- a/spec/frontend/admin/application_settings/network_outbound_spec.js
+++ b/spec/frontend/admin/application_settings/network_outbound_spec.js
@@ -12,7 +12,7 @@ describe('initNetworkOutbound', () => {
const createFixture = (denyAll = false) => {
setHTMLFixture(`
- <input class="js-deny-all-requests" type="checkbox" name="application_setting[deny_all_requests]" ${
+ <input class="js-deny-all-requests" type="checkbox" name="application_setting[deny_all_requests_except_allowed]" ${
denyAll ? 'checked="checked"' : ''
}/>
<div class="js-deny-all-requests-warning ${denyAll ? '' : 'gl-display-none'}"></div>