mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Fix the test to account for an extra parameter returned by fetch_node_statuses.
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ class MockHa(Mock):
|
||||
return False
|
||||
|
||||
def fetch_nodes_statuses(self, members):
|
||||
return [[None, True, None, None]]
|
||||
return [[None, True, None, None, {}]]
|
||||
|
||||
|
||||
class MockPatroni:
|
||||
|
||||
Reference in New Issue
Block a user