Skip to content

Commit

Permalink
Use ubuntu 24.04 instead of 23.10 in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
melease27 committed Sep 3, 2024
1 parent d738d0f commit f89d774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/attributes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
end

describe 'on Ubuntu >= 23.10' do
let(:chef_run) { ChefSpec::SoloRunner.new(platform: 'ubuntu', version: '23.10').converge('ntp::default') }
let(:chef_run) { ChefSpec::SoloRunner.new(platform: 'ubuntu', version: '24.04').converge('ntp::default') }

it 'sets the var_owner to ntpsec' do
expect(ntp['var_owner']).to eq('ntpsec')
Expand Down

0 comments on commit f89d774

Please sign in to comment.