Skip to content

Commit b2df7e4

Browse files
author
Filip Krahl
committed
fix log_line_prefix output
Signed-off-by: Filip Krahl <[email protected]>
1 parent a6b9ba6 commit b2df7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/postgres_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
its('output') { should eq '/var/log/postgresql' }
299299
end
300300
describe postgres_session(USER, PASSWORD).query('SHOW log_line_prefix;') do
301-
its('output') { should eq 'on' }
301+
its('output') { should eq '%t %u %d %h' }
302302
end
303303
end
304304

0 commit comments

Comments
 (0)