Skip to content

Commit f27bd0b

Browse files
committed
fix: add return type annotation to _enable_baggage_propagator fixture
1 parent 7d250ab commit f27bd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/test_opentelemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async def baggage_echo_handler(request: str, ctx: grpc.aio.ServicerContext) -> s
251251

252252

253253
@pytest.fixture
254-
def _enable_baggage_propagator():
254+
def _enable_baggage_propagator() -> Iterator[None]:
255255
"""Temporarily install a composite propagator that includes both
256256
W3C TraceContext and W3C Baggage propagation so that
257257
``propagate.inject()`` / ``propagate.extract()`` handle the

0 commit comments

Comments
 (0)