Skip to content

Commit

Permalink
chore: update tests to use Kafka 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Sep 25, 2024
1 parent 349ae92 commit c069395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
pytest_plugins = "aiohttp.pytest_plugin"
KAFKA_BOOTSTRAP_SERVERS_OPT = "--kafka-bootstrap-servers"
KAFKA_VERION_OPT = "--kafka-version"
KAFKA_VERSION = "2.7.0"
KAFKA_VERSION = "3.4.1"
LOG_DIR_OPT = "--log-dir"
VERSION_REGEX = "([0-9]+[.])*[0-9]+"

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def fixture_kafka_description(request: SubRequest) -> KafkaDescription:
kafka_tgz=RUNTIME_DIR / kafka_tgz,
install_dir=kafka_dir,
download_url=kafka_url,
protocol_version="2.7",
protocol_version="3.4.1",
)


Expand Down

0 comments on commit c069395

Please sign in to comment.