Files
notifications-api/tests/app
Leo Hemsted 0136e1e32d fix invalid logging
the first argument to ANY logger.____ function is ALWAYS cast to a
string and used as a format argument for ALL remaining arguments
using %s formatting. even `logger.exception`, which just logs as
normal and then appends the stack trace.

so we shouldn't be passing `e` into logger.exception - just
`logger.exception('something went wrong!')`

also de-duplicated a test
2016-12-19 17:13:10 +00:00
..
2016-12-19 17:13:10 +00:00
2016-11-21 15:59:10 +00:00
2016-11-11 17:05:41 +00:00
2016-12-15 16:59:03 +00:00
2016-11-25 15:23:46 +00:00