Commit db437aa9 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'pl-ruby-deprecation-warnings-composable-hash' into 'master'

Fix kwargs deprecation warnings for config composable hash

See merge request gitlab-org/gitlab!51571
parents c15b1fa2 814ac112
...@@ -92,7 +92,7 @@ RSpec.describe Gitlab::Config::Entry::ComposableHash, :aggregate_failures do ...@@ -92,7 +92,7 @@ RSpec.describe Gitlab::Config::Entry::ComposableHash, :aggregate_failures do
end end
let(:entry) do let(:entry) do
parent_entry = composable_hash_parent_class.new(secrets: config) parent_entry = composable_hash_parent_class.new({ secrets: config })
parent_entry.compose! parent_entry.compose!
parent_entry[:secrets] parent_entry[:secrets]
......
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