Skip to content

Commit c77755b

Browse files
author
jordanbreen28
committed
(CONT-792) - Fix hash argument spec failure
1 parent 893798d commit c77755b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/puppet/provider/postgresql_psql/ruby_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
expect(provider).to receive(:run_command).with(['psql',
9393
'-t', '-X', '-c',
9494
'SELECT something'],
95-
'postgres', 'postgres', 'PGHOST' => '127.0.0.1')
95+
'postgres', 'postgres', { 'PGHOST' => '127.0.0.1' })
9696

9797
provider.run_sql_command('SELECT something')
9898
end

0 commit comments

Comments
 (0)