Skip to content

Decouple production code from test proto

Mikhail Mazurskiy requested to merge ash2k/decouple-from-test-package into master

WithInterceptedMetadata() uses testproto.ErrorMetadata, which is in a test-only package. This function is only used in tests so move it to testhelper and interceptors into testserver.

Merge request reports