From f7c02180ab1189a7d2ae3486914cd8a1f788f155 Mon Sep 17 00:00:00 2001 From: Alex Batisse Date: Mon, 9 Dec 2024 17:31:19 +0100 Subject: [PATCH] tests: Use stable zk in upgrade integration test --- tests/integration/test_upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_upgrade.py b/tests/integration/test_upgrade.py index 19b0777b..935f6bc2 100644 --- a/tests/integration/test_upgrade.py +++ b/tests/integration/test_upgrade.py @@ -30,7 +30,7 @@ async def test_in_place_upgrade(ops_test: OpsTest, kafka_charm, app_charm): await asyncio.gather( ops_test.model.deploy( ZK_NAME, - channel="3/edge", + channel=CHANNEL, application_name=ZK_NAME, num_units=1, ),