mirror of https://github.com/milvus-io/milvus.git
[skip ci] Change host from localhost to 127.0.0.1 (#8969)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/8971/head
parent
6bbf0a8f8f
commit
0039783710
|
@ -34,7 +34,7 @@ class TestChaosBase:
|
|||
expect_index = constants.SUCC
|
||||
expect_search = constants.SUCC
|
||||
expect_query = constants.SUCC
|
||||
host = 'localhost'
|
||||
host = '127.0.0.1'
|
||||
port = 19530
|
||||
_chaos_config = None
|
||||
health_checkers = {}
|
||||
|
|
Loading…
Reference in New Issue