Skip to content

Commit 4bc38b8

Browse files
committed
Small fix
1 parent 34421e5 commit 4bc38b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_password_rotation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async def test_password_rotation(ops_test: OpsTest):
6565
# Restart Patroni on any non-leader unit and check that
6666
# Patroni and PostgreSQL continue to work.
6767
non_leader_units = [
68-
unit.name:
68+
unit.name
6969
for unit in ops_test.model.applications[APP_NAME].units
7070
if not await unit.is_leader_from_status()
7171
]

0 commit comments

Comments
 (0)