Skip to content

Commit d32c611

Browse files
authored
[CI/Build] Use 127.0.0.1 instead of localhost in utils (#26750)
Signed-off-by: Ye (Charlotte) Qi <yeq@meta.com>
1 parent 01ad27f commit d32c611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def __init__(
157157
self.host = None
158158
self.port = None
159159
else:
160-
self.host = str(args.host or "localhost")
160+
self.host = str(args.host or "127.0.0.1")
161161
self.port = int(args.port)
162162

163163
self.show_hidden_metrics = args.show_hidden_metrics_for_version is not None

0 commit comments

Comments
 (0)