Skip to content

Commit 9c30865

Browse files
committed
Merge branch 'master' into better_exceptions
2 parents 5a4aa2d + 5f12e7b commit 9c30865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def _create_recovery_conf(self, username):
175175
u"application_name={} "
176176
u"port={} "
177177
u"user={} "
178-
).format(master.name, master.port, username)
178+
).format(self.name, master.port, username)
179179

180180
# host is tricky
181181
try:

0 commit comments

Comments
 (0)