We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbe3ce commit 164256cCopy full SHA for 164256c
tests/integration/ha_tests/test_self_healing.py
@@ -555,10 +555,9 @@ async def test_network_cut_without_ip_change(
555
@pytest.mark.group(1)
556
async def test_deploy_zero_units(ops_test: OpsTest):
557
"""Scale the database to zero units and scale up again."""
558
- charm = await ops_test.build_charm(".")
559
async with ops_test.fast_forward():
560
await ops_test.model.deploy(
561
- charm,
+ APP_NAME,
562
num_units=1,
563
application_name=SECOND_APPLICATION,
564
series=CHARM_SERIES,
0 commit comments