Fix workspaces transfer error proto validation issue

Description

In Add OAuth logic for Workspaces HTTP Server (!2654 - merged) , as part of the review changes, the original url was propogated in the proto messages and we perform a proto validation. Right now, whenever the transfer error is generated, the original url is not set which means the protobuf validations will always fail. The existing tests do not check the value of OriginalUrl field of the proto message.

This MR fixes workspaces transfer error proto validation issue.

Merge request reports

Loading