Skip to content

Commit cb7e758

Browse files
fix tests
1 parent 76209b6 commit cb7e758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/init_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
it 'fails' do
433433
expect {
434434
is_expected.to contain_class('monit')
435-
}.to raise_error(Puppet::Error, %r{monit supports Debian 6 \(squeeze\), 7 \(wheezy\), 8 \(jessie\) and 9 \(stretch\) \
435+
}.to raise_error(Puppet::Error, %r{monit supports Debian 6 \(squeeze\), 7 \(wheezy\), 8 \(jessie\), 9 \(stretch\) and 10 \(buster\) \
436436
and Ubuntu 10\.04 \(lucid\), 12\.04 \(precise\), 14\.04 \(trusty\), 16\.04 \(xenial\) and 18\.04 \(bionic\)\. \
437437
Detected lsbdistcodename is <etch>\.})
438438
end
@@ -449,7 +449,7 @@
449449
it 'fails' do
450450
expect {
451451
is_expected.to contain_class('monit')
452-
}.to raise_error(Puppet::Error, %r{monit supports Debian 6 \(squeeze\), 7 \(wheezy\), 8 \(jessie\) and 9 \(stretch\) \
452+
}.to raise_error(Puppet::Error, %r{monit supports Debian 6 \(squeeze\), 7 \(wheezy\), 8 \(jessie\), 9 \(stretch\) and 10 \(buster\) \
453453
and Ubuntu 10\.04 \(lucid\), 12\.04 \(precise\), 14\.04 \(trusty\), 16\.04 \(xenial\) and 18\.04 \(bionic\). \
454454
Detected lsbdistcodename is <hardy>\.})
455455
end

0 commit comments

Comments
 (0)