Skip to content

Commit

Permalink
tests: Use stable zk in upgrade integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Batalex committed Dec 9, 2024
1 parent 2e63ef1 commit f7c0218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
Expand Down

0 comments on commit f7c0218

Please sign in to comment.