We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52aa8eb commit 7ea4124Copy full SHA for 7ea4124
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