summary refs log tree commit diff
path: root/tests/test_event_auth.py (unfollow)
</
Commit message (Collapse)AuthorFilesLines
2020-07-16Remove obsolete comment.Olivier Wilkinson (reivilibre)1-2/+0
It was correct at the time of our friend Jorik writing it (checking git blame), but the world has moved now and it is no longer a generator. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2020-07-15Ensure that calls to `json.dumps` are compatible with the standard library ↵Patrick Cloke8-13/+22
json. (#7836)