mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Fix typos (#3204)
Found via `codespell -H` and `typos --hidden --format brief`
This commit is contained in:
+1
-1
@@ -1587,7 +1587,7 @@ class TestHa(PostgresInit):
|
||||
self.ha.cluster = get_cluster_initialized_with_leader()
|
||||
self.ha.watch(0)
|
||||
|
||||
def test_wakup(self):
|
||||
def test_wakeup(self):
|
||||
self.ha.wakeup()
|
||||
|
||||
def test_shutdown(self):
|
||||
|
||||
Reference in New Issue
Block a user