X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d4903a8819db374d78487227003f49398611b481..ef282832ff69e7a8df5d41f999297b0c84a94328:/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