We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd27ebc commit da2245fCopy full SHA for da2245f
spec/defines/008_elasticsearch_role_spec.rb
@@ -39,7 +39,7 @@ class { 'elasticsearch': }
39
40
context 'with an invalid role name' do
41
context 'too long' do
42
- let(:title) { 'A' * 31 }
+ let(:title) { 'A' * 41 }
43
it { should raise_error(Puppet::Error, /expected length/i) }
44
end
45
0 commit comments