Skip to content

Commit

Permalink
fix debian12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Jan 28, 2024
1 parent 7aabf39 commit 56aa563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/os_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
case os_facts[:operatingsystem]
when 'Debian'
case os_facts[:lsbdistcodename]
when 'bullseye'
when 'bullseye', 'bookworm'
it do
is_expected.to create_file(file_unattended).with_content(
/Unattended-Upgrade::Origins-Pattern\ {\n
Expand Down

0 comments on commit 56aa563

Please sign in to comment.