Rename restart_pending to pending_restart for compatibility

This commit is contained in:
Alexander Kukushkin
2016-06-02 09:31:30 +02:00
parent 2d78ef0922
commit ebb9e252d8
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class MockPostgresql(object):
server_version = '999999'
sysid = 'dummysysid'
scope = 'dummy'
restart_pending = True
pending_restart = True
@staticmethod
def connection():