Files
notifications-api/tests/app
Katie Smith 8abe427cb7 Fix tests which call str() on exception messages
Since Pytest 5, `ExceptionInfo` objects (returned by `pytest.raises`) now
have the same `str` representation as `repr`. This means that `str(e)`
now needs to be changed to `str(e.value)`.

https://github.com/pytest-dev/pytest/issues/5412
2019-10-31 15:38:44 +00:00
..
2019-09-17 12:16:24 +01:00
2019-10-31 15:04:23 +00:00
2019-08-15 16:42:15 +01:00