Skip to content

Commit b21cb9e

Browse files
committed
(maint) update test with the changes from Autorequire the service
1 parent a46036b commit b21cb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/defines/server/default_privileges_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ class {'postgresql::server':}
261261
it { is_expected.to contain_postgresql__server__role('test') }
262262
it do
263263
is_expected.to contain_postgresql_psql('default_privileges:test') \
264-
.that_requires(['Class[postgresql::server::service]', 'Postgresql::Server::Role[test]'])
264+
.that_requires(['Service[postgresqld]', 'Postgresql::Server::Role[test]'])
265265
end
266266
end
267267
end

0 commit comments

Comments
 (0)