Coverage for tests / asyncapi / confluent / v2_6_0 / base.py: 67%
3 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-08 01:48 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-08 01:48 +0000
1from faststream.confluent import KafkaBroker
2from faststream.specification.base.specification import Specification
3from tests.asyncapi.base.v2_6_0 import get_2_6_0_spec
6class AsyncAPI26Mixin:
7 def get_schema(self, broker: KafkaBroker) -> Specification:
8 return get_2_6_0_spec(broker)