Skip to content

Commit

Permalink
Ignore mypy for defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Nov 15, 2023
1 parent ddf0c35 commit b10fa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_akafka.py
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ async def test_kafka_ssl(tmp_path: Path):
) as kafka:
kafka_servers = [kafka.get_bootstrap_server()]

config = KafkaConfig(
config = KafkaConfig( # type: ignore [call-arg]
service_name="test_ssl",
service_instance_id="1",
kafka_servers=kafka_servers,

0 comments on commit b10fa20

Please sign in to comment.