mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-31 16:49:46 +00:00
Rename restart_pending to pending_restart for compatibility
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ class MockPostgresql(object):
|
||||
server_version = '999999'
|
||||
sysid = 'dummysysid'
|
||||
scope = 'dummy'
|
||||
restart_pending = True
|
||||
pending_restart = True
|
||||
|
||||
@staticmethod
|
||||
def connection():
|
||||
|
||||
Reference in New Issue
Block a user