Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 476cb38

Browse files
committed
fix test_metadata_response_unary_async
1 parent 60635d8 commit 476cb38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/system/test_response_metadata.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ async def test_metadata_response_rest_streams_async(intercepted_echo_rest_async)
8484
("rest_asyncio", ("X-Showcase-Request-Something3", "something_value3")),
8585
],
8686
)
87+
88+
@pytest.mark.filterwarnings("ignore::FutureWarning")
8789
@pytest.mark.asyncio
8890
async def test_metadata_response_unary_async(
8991
intercepted_echo_grpc_async,

0 commit comments

Comments
 (0)