Skip to content

Commit

Permalink
(CAT-2100) Enable debug in preferred servers test
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Oct 14, 2024
1 parent 397653c commit cb10149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/preferred_servers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class { '::ntp':
MANIFEST

it 'applies cleanly' do
idempotent_apply(pp)
idempotent_apply(pp, debug: true)
expect(file(config.to_s)).to be_file
['server a', 'server b', %r{server c (iburst\s|)prefer}, %r{server d (iburst\s|)prefer}].each do |check|
expect(file(config.to_s).content).to match(check)
Expand Down

0 comments on commit cb10149

Please sign in to comment.