Skip to content

Commit 76cf31e

Browse files
authored
TestKit backend: add address field to Summary.serverInfo (#548)
1 parent ffef58a commit 76cf31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testkitbackend/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def ResultConsume(backend, data):
305305
"protocolVersion":
306306
".".join(map(str, summary.server.protocol_version)),
307307
"agent": summary.server.agent,
308-
# "address": ":".join(map(str, summary.server.address))
308+
"address": ":".join(map(str, summary.server.address)),
309309
}
310310
})
311311

0 commit comments

Comments
 (0)