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 8988aa3 commit 7c75e45Copy full SHA for 7c75e45
tests/integration/test_password_rotation.py
@@ -57,7 +57,7 @@ async def test_password_rotation(ops_test: OpsTest):
57
assert superuser_password != new_superuser_password
58
assert replication_password != new_replication_password
59
60
- # Restart Patroni in any non-leader unit and check that
+ # Restart Patroni on any non-leader unit and check that
61
# Patroni and PostgreSQL continue to work.
62
for unit in ops_test.model.applications[APP_NAME].units:
63
if not await unit.is_leader_from_status():
0 commit comments