tobilg / marathon-slack

Integration for Marathon's Event Bus with Slack
MIT License
42 stars 23 forks source link

No events sent for eventType != deployment_* #13

Closed marcoreni closed 7 years ago

marcoreni commented 7 years ago

Due to the default settings in marathon-event-bus-client, no event is emitted outside the defaults: [deployment_info", "deployment_success", "deployment_failed"] . This PR fixes it and adds a relevant test