X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d4903a8819db374d78487227003f49398611b481..f9c7ef7c00ab594a67af5a69acd906ffb51c77b3:/test/integration/db-base/serverspec/postgresql_spec.rb diff --git a/test/integration/db-base/serverspec/postgresql_spec.rb b/test/integration/db-base/serverspec/postgresql_spec.rb index b6e920c8f..84008f457 100644 --- a/test/integration/db-base/serverspec/postgresql_spec.rb +++ b/test/integration/db-base/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