diff --git a/controls/SV-230484.rb b/controls/SV-230484.rb index 7d7e693..ab6d7e0 100644 --- a/controls/SV-230484.rb +++ b/controls/SV-230484.rb @@ -100,7 +100,7 @@ if chrony_conf.server.is_a? Array chrony_conf.server.each do |server| describe server do - its('server') { should match input('authoritative_timeserver') } + it { should match input('authoritative_timeserver') } end end end