diff --git a/app/handlers/context/context.go b/app/handlers/context/context.go index 7300f1a5..e0b6d55d 100644 --- a/app/handlers/context/context.go +++ b/app/handlers/context/context.go @@ -74,7 +74,7 @@ func WithResultFilePath(r *http.Request, resultFilePath string) *http.Request { type resultFilePathNotFoundError struct{} func (e *resultFilePathNotFoundError) Error() string { - return "The resultFilePath was not found in request context" + return "The result file path was not found in request context" } func GetResultFilePath(r *http.Request) (string, error) {