Skip to content

Commit

Permalink
Push a new travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuermel authored Apr 12, 2021
1 parent 3a917ae commit 61ddce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/008_elasticsearch_role_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class { 'elasticsearch': }

context 'with an invalid role name' do
context 'too long' do
let(:title) { 'A' * 41 }
let(:title) { 'A' * 41 }
it { should raise_error(Puppet::Error, /expected length/i) }
end
end
Expand Down

0 comments on commit 61ddce4

Please sign in to comment.