summary refs log tree commit diff
path: root/scripts-dev/dump_macaroon.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-16Make `make_request` actually render the requestRichard van der Hoff9-68/+57
remove the stubbing out of `request.process`, so that `requestReceived` also renders the request via the appropriate resource. Replace render() with a stub for now.
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