Skip to content

Commit

Permalink
Fix postgresql service name in test expectations
Browse files Browse the repository at this point in the history
The puppetlabs/postgresql module has been refactored for multi-instance
support. This means the internal implementation detail was changed.
  • Loading branch information
ekohl committed Sep 25, 2023
1 parent 9cba747 commit 8d68a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/foreman_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
.with_queues(['dynflow_orchestrator'])
}
it {
is_expected.to contain_service('postgresqld')
is_expected.to contain_service('postgresqld_instance_main')
.that_notifies('Service[dynflow-sidekiq@orchestrator]')
}
it { should contain_foreman__dynflow__worker('worker').with_ensure('absent') }
Expand Down

0 comments on commit 8d68a3d

Please sign in to comment.