Skip to content

Commit

Permalink
Fix minor test bug for latest puppet
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Barber <[email protected]>
  • Loading branch information
kbarber committed Jun 10, 2013
1 parent d6654ab commit 900ef11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/puppet/type/firewall_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
:action => "accept",
:jump => "custom_chain"
)
}.to raise_error(Puppet::Error, /^Only one of the parameters 'action' and 'jump' can be set$/)
}.to raise_error(Puppet::Error, /Only one of the parameters 'action' and 'jump' can be set$/)
end
end
describe ':gid and :uid' do
Expand Down

0 comments on commit 900ef11

Please sign in to comment.