Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-11-16 | Make `make_request` actually render the request | Richard van der Hoff | 9 | -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-16 | Fix the URL in the URL preview tests | Richard van der Hoff | 1 | -19/+22 | |
the preview resource is mointed at preview_url, not url_preview | |||||