Skip to content

Commit 526357b

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

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
@@ -556,7 +556,7 @@ async def test_deploy_zero_units(ops_test: OpsTest):
556556
app = await app_name(ops_test)
557557

558558
dbname = f"{APPLICATION_NAME.replace('-', '_')}_first_database"
559-
connection_string, primary_name = await get_db_connection(ops_test, dbname=dbname)
559+
connection_string, _ = await get_db_connection(ops_test, dbname=dbname)
560560

561561
# Start an application that continuously writes data to the database.
562562
await start_continuous_writes(ops_test, app)

0 commit comments

Comments
 (0)