We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1443e commit fa69745Copy full SHA for fa69745
spec/acceptance/utf8_encoding_spec.rb
@@ -24,7 +24,7 @@ class { 'postgresql::server': }
24
puts '-------------------------------'
25
puts LitmusHelper.instance.run_shell('systemctl status postgresql*').stdout
26
27
- expect(port(5432)).to be_listening
+ expect(port(5432)).to be_listening.on('127.0.0.1').with('tcp')
28
expect(psql('--command="\l" postgres', 'postgres').stdout).to match(%r{List of databases})
29
expect(psql('--command="SELECT pg_encoding_to_char(encoding) FROM pg_database WHERE datname=\'template1\'"').stdout).to match(%r{UTF8})
30
end
0 commit comments