lib/inspec/runner.rb in inspec-0.25.0 vs lib/inspec/runner.rb in inspec-0.26.0
- old
+ new
@@ -46,9 +46,10 @@
res
end
def configure_transport
@backend = Inspec::Backend.create(@conf)
+ @test_collector.backend = @backend
end
# determine all attributes before the execution, fetch data from secrets backend
def load_attributes(options)
attributes = {}