From: Tom Hughes Date: Sat, 28 Jan 2023 00:02:15 +0000 (+0000) Subject: Update expected results for postgres test X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/7866579aa063b5a4cf2dc10c06718e70ae3c24d5 Update expected results for postgres test --- 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