summary refs log tree commit diff
path: root/scripts-dev/mypy_synapse_plugin.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-16Fix the URL in the URL preview testsRichard van der Hoff1-19/+22
the preview resource is mointed at preview_url, not url_preview
2020-11-16Move `wait_until_result` into `FakeChannel` (#8758)Richard van der Hoff3-25/+24
FakeChannel has everything we need, and this more accurately models the real flow.
<