Skip to content

Commit

Permalink
test: fix spec linter
Browse files Browse the repository at this point in the history
  • Loading branch information
teluq-pbrideau committed Oct 5, 2022
1 parent 73b6532 commit 93571a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,9 @@
end
context 'with config_show_diff to false' do
let(:params) do
super().merge( 'config_show_diff' => false )
super().merge('config_show_diff' => false)
end

describe 'with a password for pgbouncer_password' do
let(:params) do
super().merge('pgbouncer_password' => 'PAsswd')
Expand All @@ -265,7 +266,7 @@
'path' => '/home/gitlab-consul/.pgpass',
'owner' => 'gitlab-consul',
'group' => 'gitlab-consul',
'show_diff' => false,
'show_diff' => false
).with_content(
%r{^127.0.0.1:\*:pgbouncer:pgbouncer:PAsswd}
)
Expand Down

0 comments on commit 93571a2

Please sign in to comment.