Commit 814ac112 authored by Peter Leitzen's avatar Peter Leitzen

Fix kwargs deprecation warnings for config composable hash

parent 141b45f3
......@@ -92,7 +92,7 @@ RSpec.describe Gitlab::Config::Entry::ComposableHash, :aggregate_failures do
end
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[: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