mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Update Inspec::Config.mock in collector global methods
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
046d4567ae
commit
640d122327
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require_relative '../../../helper.rb'
|
|||
class TestTelemetryGlobalMethods < Minitest::Test
|
||||
def setup
|
||||
@collector = Inspec::Telemetry::Collector.instance
|
||||
@collector.load_config(Inspec::Config.mock(telemetry: true))
|
||||
@collector.load_config(Inspec::Config.mock('enable_telemetry'=>true))
|
||||
@collector.reset
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue