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