1
0
Fork 0

refactor(ecs): add hasLoadBalancerLabel function.

This commit is contained in:
Fernandez Ludovic 2017-12-16 19:38:12 +01:00 committed by Traefiker
parent 722ea28e3a
commit 07a6d48a27
3 changed files with 12 additions and 3 deletions

View file

@ -105,9 +105,6 @@ func TestBuildConfiguration(t *testing.T) {
},
},
"backend-testing": {
LoadBalancer: &types.LoadBalancer{
Method: "wrr",
},
HealthCheck: &types.HealthCheck{
Path: "/health",
Interval: "1s",