summaryrefslogtreecommitdiff
path: root/spec/views/admin/application_settings/network.html.haml_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views/admin/application_settings/network.html.haml_spec.rb')
-rw-r--r--spec/views/admin/application_settings/network.html.haml_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/views/admin/application_settings/network.html.haml_spec.rb b/spec/views/admin/application_settings/network.html.haml_spec.rb
index 3df55be92d5..25d9fb0370c 100644
--- a/spec/views/admin/application_settings/network.html.haml_spec.rb
+++ b/spec/views/admin/application_settings/network.html.haml_spec.rb
@@ -7,6 +7,7 @@ RSpec.describe 'admin/application_settings/network.html.haml', feature_category:
let_it_be(:application_setting) { build(:application_setting) }
before do
+ stub_feature_flags(deny_all_requests: false)
assign(:application_setting, application_setting)
allow(view).to receive(:current_user) { admin }
end