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 f583bfc commit cca5f8cCopy full SHA for cca5f8c
testgres/tests/test_simple.py
@@ -107,7 +107,7 @@ def test_logging(self):
107
108
with get_new_node('master', use_logging=True) as node, \
109
get_new_node('slave1', use_logging=True) as node1, \
110
- get_new_node('slave2', use_logging=True) as node2:
+ get_new_node('slave2', use_logging=True) as node2:
111
112
node.init().start()
113
node1.init().start()
0 commit comments