Skip to content

Commit 8807aef

Browse files
committed
fix (integration tests): replace localhost with 127.0.0.1 for more predictable behaviour
1 parent 2021c74 commit 8807aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/312_container_to_container_edge_same_netns_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ start_suite "Test short lived connection between containers in same network name
77

88
scope_on "$HOST1" launch
99
docker_on "$HOST1" run -d --name nginx nginx
10-
docker_on "$HOST1" run -d --net=container:nginx --name client albanc/dialer /go/bin/dialer connectshortlived localhost:80
10+
docker_on "$HOST1" run -d --net=container:nginx --name client albanc/dialer /go/bin/dialer connectshortlived 127.0.0.1:80
1111

1212
wait_for_containers "$HOST1" 60 nginx client
1313

0 commit comments

Comments
 (0)