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 34421e5 commit 4bc38b8Copy full SHA for 4bc38b8
tests/integration/test_password_rotation.py
@@ -65,7 +65,7 @@ async def test_password_rotation(ops_test: OpsTest):
65
# Restart Patroni on any non-leader unit and check that
66
# Patroni and PostgreSQL continue to work.
67
non_leader_units = [
68
- unit.name:
+ unit.name
69
for unit in ops_test.model.applications[APP_NAME].units
70
if not await unit.is_leader_from_status()
71
]
0 commit comments