sflpro / notifier

The notifications microservice is an independently deployable component intended for sending various types of notifications.
Apache License 2.0
47 stars 13 forks source link

Fix Amazon SNS Integration tests #94

Open dnavre opened 5 years ago

dnavre commented 5 years ago

Amazon SNS integration tests require an access key to be performed during project build. Currently, no such keys are supplied to the Travis build job and hench these tests are ignored in the main development branch.

Suitable keys should be provided and the tests should be enabled.