Skip to content

Commit 4b64ce9

Browse files
committed
checking after scale to 2 and checking after scale up to 3
1 parent 526357b commit 4b64ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/ha_tests/test_self_healing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ async def test_deploy_zero_units(ops_test: OpsTest):
600600
await add_unit_with_storage(ops_test, app=app, storage=primary_storage)
601601
await ops_test.model.wait_for_idle(status="active", timeout=1500)
602602

603-
connection_string, primary_name = await get_db_connection(ops_test, dbname=dbname)
603+
connection_string, _ = await get_db_connection(ops_test, dbname=dbname)
604604
logger.info("checking whether writes are increasing")
605605
await are_writes_increasing(ops_test)
606606

0 commit comments

Comments
 (0)