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 d467d8c commit 526357bCopy full SHA for 526357b
tests/integration/ha_tests/test_self_healing.py
@@ -556,7 +556,7 @@ async def test_deploy_zero_units(ops_test: OpsTest):
556
app = await app_name(ops_test)
557
558
dbname = f"{APPLICATION_NAME.replace('-', '_')}_first_database"
559
- connection_string, primary_name = await get_db_connection(ops_test, dbname=dbname)
+ connection_string, _ = await get_db_connection(ops_test, dbname=dbname)
560
561
# Start an application that continuously writes data to the database.
562
await start_continuous_writes(ops_test, app)
0 commit comments