We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6fdd1 commit 392675aCopy full SHA for 392675a
tests/unit/connector/test_confluent_kafka_common.py
@@ -16,7 +16,7 @@
16
17
18
class CommonConfluentKafkaTestCase:
19
- expected_metrics = []
+ expected_metrics: list = []
20
21
def test_client_id_is_set_to_hostname(self):
22
self.object.setup()
0 commit comments