Gitaly Comparison tests: avoid side effect in normalization
In some cases where a message attribute is missing, our normalization would have replaced it with a default (empty) value, leading to false positives. This is for instance the case of an empty `FindCommitResponse` (no commit attribute) that it would convert to a `FindCommitResponse` with an empy `commit` attribute (part of actual tests in the process of being written).
Loading
Please register or sign in to comment