X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/68e068818d559ef35bdf2a138a93596337828ef9..3ec71f5485e7f07c4ff2306d65d780951b61d71e:/test/integration/db-master/serverspec/postgresql_spec.rb diff --git a/test/integration/db-master/serverspec/postgresql_spec.rb b/test/integration/db-master/serverspec/postgresql_spec.rb index b6e920c8f..84008f457 100644 --- a/test/integration/db-master/serverspec/postgresql_spec.rb +++ b/test/integration/db-master/serverspec/postgresql_spec.rb @@ -3,11 +3,11 @@ require "serverspec" # Required by serverspec set :backend, :exec -describe package("postgresql-9.5") do +describe package("postgresql-15") do it { should be_installed } end -describe service("postgresql@9.5-main") do +describe service("postgresql@15-main") do it { should be_enabled } it { should be_running } end