Fix tracebacks occurring in GetOriginalFileTests
Review Request #10175 — Created Sept. 24, 2018 and submitted — Latest diff uploaded
There were tracebacks occurring in the
GetOriginalFileTests
due to the
user
not being present on thedjango.http.HttpRequest
that was used
in logging, causing anAttributeError
. We now provide an anonymous
user on the request.
Ran unit tests and did not see any tracebacks.