Skip to content

Don't match text in grpc errors

Jacob Vosmaer requested to merge grpc-error-dont-match-text into master

I think matching error strings in tests is an anti-pattern. We should not encourage it with our test helpers.

Merge request reports