summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-17Fix some b'abcd' noise in logs and metricsRichard van der Hoff2-5/+8
Python 3 compatibility: make sure that we decode some byte sequences before we use them to create log lines and metrics labels.
2018-09-17README: run python_dependencies with -mRichard van der Hoff1-1/+1
... to stop things which try to import `types` getting `synapse.types` instead