feat: use variable for postgresql locale #106
Annotations
2 errors and 1 warning
Run tests:
spec/unit/classes/database/postgresql_spec.rb#L58
puppetdb::database::postgresql on a supported platform manage database with defaults is expected to contain Postgresql::Server::Db[puppetdb] with user => "puppetdb", password => "puppetdb", grant => "all", port => 5432, encoding => "UTF8" and locale defined
Failure/Error:
is_expected.to contain_postgresql__server__db(params[:database_name])
.with(
user: params[:database_username],
password: params[:database_password],
grant: 'all',
port: params[:database_port].to_i,
encoding: 'UTF8',
locale: params[:postgresql_locale],
)
expected that the catalogue would contain Postgresql::Server::Db[puppetdb] with locale undefined but it is set to "C.UTF-8"
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading