Skip to content

Commit

Permalink
Update SV-230484.rb
Browse files Browse the repository at this point in the history
its('sever') to it because it's just a single value
  • Loading branch information
DMedina6 authored Oct 23, 2024
1 parent e9e85a6 commit b9d3235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/SV-230484.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9d3235

Please sign in to comment.