Pass hostname to auth token request
Related to T56381
This commit is contained in:
@@ -56,3 +56,7 @@ def find_free_port(start_address):
|
||||
port_nr += 1
|
||||
|
||||
return hostname, port_nr
|
||||
|
||||
|
||||
def hostname() -> str:
|
||||
return socket.gethostname()
|
||||
|
Reference in New Issue
Block a user