Skip to content

Commit 3d55ef6

Browse files
committed
fix test_metadata_response_unary_async
1 parent 30581fd commit 3d55ef6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)