Skip to content

Commit 7c75e45

Browse files
committed
Fix comment
1 parent 8988aa3 commit 7c75e45

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
@@ -57,7 +57,7 @@ async def test_password_rotation(ops_test: OpsTest):
5757
assert superuser_password != new_superuser_password
5858
assert replication_password != new_replication_password
5959

60-
# Restart Patroni in any non-leader unit and check that
60+
# Restart Patroni on any non-leader unit and check that
6161
# Patroni and PostgreSQL continue to work.
6262
for unit in ops_test.model.applications[APP_NAME].units:
6363
if not await unit.is_leader_from_status():

0 commit comments

Comments
 (0)