You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add envTests for notificationsBusInstance interface lifecycle
Add comprehensive envTests covering the "notificationsBusInstance"
parameter lifecycle and its propagation to implementing services.
The tests validate three key scenarios:
- Base use case: parameter is properly referenced and used
- Override use case: service overrides with a custom/dedicated rabbitmq
instance
- Removal use case: services disable notifications when parameter is
removed
This demonstrates the flexibility of referencing non-default rabbit
instances and ensures consistent interface implementation across
different services.
Signed-off-by: Francesco Pantano <[email protected]>
0 commit comments