We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30581fd commit 3d55ef6Copy full SHA for 3d55ef6
tests/system/test_response_metadata.py
@@ -84,6 +84,8 @@ async def test_metadata_response_rest_streams_async(intercepted_echo_rest_async)
84
("rest_asyncio", ("X-Showcase-Request-Something3", "something_value3")),
85
],
86
)
87
+
88
+ @pytest.mark.filterwarnings("ignore::FutureWarning")
89
@pytest.mark.asyncio
90
async def test_metadata_response_unary_async(
91
intercepted_echo_grpc_async,
0 commit comments