Fix tracebacks occurring in GetOriginalFileTests
Review Request #10175 — Created Sept. 24, 2018 and submitted — Latest diff uploaded
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.