From d680880b314ef12f037b0e7a1b484f04d9af53d4 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 30 Mar 2021 00:00:38 +0200 Subject: [PATCH] Fix main branch tests (#8669) I merged #8629 without noticing that circle ci did not run here. Signed-off-by: Julien Pivotto --- discovery/dockerswarm/docker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/dockerswarm/docker.go b/discovery/dockerswarm/docker.go index 82f147213..04d0b2869 100644 --- a/discovery/dockerswarm/docker.go +++ b/discovery/dockerswarm/docker.go @@ -234,7 +234,7 @@ func (d *DockerDiscovery) refresh(ctx context.Context) ([]*targetgroup.Group, er if !added { // Use fallback port when no exposed ports are available or if all are non-TCP labels := model.LabelSet{ - dockerLabelNetworkIP: model.LabelValue(n.IPAddress), + dockerLabelNetworkIP: model.LabelValue(n.IPAddress), } for k, v := range commonLabels {