We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb92664 + 7ea4124 commit 56c2639Copy full SHA for 56c2639
spec/unit/puppet/functions/mysql_deepmerge_spec.rb
@@ -30,7 +30,7 @@
30
end
31
32
it 'should accept empty strings as puppet undef' do
33
- expect { new_hash = scope.function_mysql_deepmerge([{}, ''])}.not_to raise_error(Puppet::ParseError, /unexpected argument type String/)
+ expect { new_hash = scope.function_mysql_deepmerge([{}, ''])}.not_to raise_error
34
35
36
it 'should be able to mysql_deepmerge two hashes' do
0 commit comments