Skip to content

Commit 164256c

Browse files
committed
handle error: storage belongs to different cluster
1 parent dbbe3ce commit 164256c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/ha_tests/test_self_healing.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,9 @@ async def test_network_cut_without_ip_change(
555555
@pytest.mark.group(1)
556556
async def test_deploy_zero_units(ops_test: OpsTest):
557557
"""Scale the database to zero units and scale up again."""
558-
charm = await ops_test.build_charm(".")
559558
async with ops_test.fast_forward():
560559
await ops_test.model.deploy(
561-
charm,
560+
APP_NAME,
562561
num_units=1,
563562
application_name=SECOND_APPLICATION,
564563
series=CHARM_SERIES,

0 commit comments

Comments
 (0)