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 2b44588 commit a4eb323Copy full SHA for a4eb323
tests/system/test_response_metadata.py
@@ -84,6 +84,7 @@ async def test_metadata_response_rest_streams_async(intercepted_echo_rest_async)
84
("rest_asyncio", ("X-Showcase-Request-Something3", "something_value3")),
85
],
86
)
87
+ @pytest.mark.filterwarnings("ignore::FutureWarning")
88
@pytest.mark.asyncio
89
async def test_metadata_response_unary_async(
90
intercepted_echo_grpc_async,
0 commit comments