Skip to content

Commit 7536809

Browse files
committed
Fix application_name of replica
1 parent 1f4e0d3 commit 7536809

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
@@ -174,7 +174,7 @@ def _create_recovery_conf(self, username):
174174
u"application_name={} "
175175
u"port={} "
176176
u"user={} "
177-
).format(master.name, master.port, username)
177+
).format(self.name, master.port, username)
178178

179179
# host is tricky
180180
try:

0 commit comments

Comments
 (0)