lib/bolt_spec/bolt_context.rb in bolt-2.9.0 vs lib/bolt_spec/bolt_context.rb in bolt-2.10.0

- old
+ new

@@ -143,13 +143,10 @@ conf end end def plugins - @plugins ||= Bolt::Plugin.setup(config, - pal, - nil, - Bolt::Analytics::NoopClient.new) + @plugins ||= Bolt::Plugin.setup(config, pal) end def pal @pal ||= Bolt::PAL.new(config.modulepath, config.hiera_config, config.project.resource_types) end