Commit ab7d7d80 authored by Luke Duncalfe's avatar Luke Duncalfe

Merge branch 'fix_kwargs_warning_on_bootup' into 'master'

Fix deprecation warning for kwargs

See merge request gitlab-org/gitlab!81931
parents 59440b13 fbdb42aa
......@@ -30,7 +30,7 @@ module EE
end
override :available_integration_names
def available_integration_names(*)
def available_integration_names(...)
names = super
names -= saas_only_integration_names unless include_saas_only?
names
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment