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 526357b commit 4b64ce9Copy full SHA for 4b64ce9
tests/integration/ha_tests/test_self_healing.py
@@ -600,7 +600,7 @@ async def test_deploy_zero_units(ops_test: OpsTest):
600
await add_unit_with_storage(ops_test, app=app, storage=primary_storage)
601
await ops_test.model.wait_for_idle(status="active", timeout=1500)
602
603
- connection_string, primary_name = await get_db_connection(ops_test, dbname=dbname)
+ connection_string, _ = await get_db_connection(ops_test, dbname=dbname)
604
logger.info("checking whether writes are increasing")
605
await are_writes_increasing(ops_test)
606
0 commit comments