Pass hostname to auth token request

Related to T56381
This commit is contained in:
2018-08-15 13:06:45 +02:00
parent 18a99a437a
commit fbcc6dc511
2 changed files with 9 additions and 2 deletions

View File

@@ -56,3 +56,7 @@ def find_free_port(start_address):
port_nr += 1
return hostname, port_nr
def hostname() -> str:
return socket.gethostname()