weaveworks / scope

Monitoring, visualisation & management for Docker & Kubernetes
https://www.weave.works/oss/scope/
Apache License 2.0
5.85k stars 709 forks source link

fix (integration tests): replace localhost with 127.0.0.1 #3800

Closed bboreham closed 4 years ago

bboreham commented 4 years ago

Continuing the tradition of #2103 and #2554.

This was causing integration test failures because the container was connecting to ::1 and Scope ignores ipv6 connections.