aboutsummaryrefslogtreecommitdiff
path: root/tests/asyncio/test_grpc_helpers_async.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/asyncio/test_grpc_helpers_async.py')
-rw-r--r--tests/asyncio/test_grpc_helpers_async.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/asyncio/test_grpc_helpers_async.py b/tests/asyncio/test_grpc_helpers_async.py
index 0413abf..3681a40 100644
--- a/tests/asyncio/test_grpc_helpers_async.py
+++ b/tests/asyncio/test_grpc_helpers_async.py
@@ -42,6 +42,9 @@ class RpcErrorImpl(grpc.RpcError, grpc.Call):
def details(self):
return None
+ def trailing_metadata(self):
+ return None
+
@pytest.mark.asyncio
async def test_wrap_unary_errors():