flake8
passed.
JSHint
passed.
Review Request #10175 — Created Sept. 24, 2018 and submitted
There were tracebacks occurring in the
GetOriginalFileTestsdue to the
usernot being present on thedjango.http.HttpRequestthat was used
in logging, causing anAttributeError. We now provide an anonymous
user on the request.
Ran unit tests and did not see any tracebacks.