mirror of
https://github.com/containous/traefik.git
synced 2025-10-13 11:33:19 +03:00
Fix Docker integration problems
This commit is contained in:
committed by
Emile Vauge
parent
be5b1fd92b
commit
c9d4c5ae3e
@@ -940,7 +940,7 @@ func TestDockerLoadDockerConfig(t *testing.T) {
|
||||
},
|
||||
},
|
||||
CircuitBreaker: nil,
|
||||
LoadBalancer: nil,
|
||||
LoadBalancer: &types.LoadBalancer{Sticky: false, Method: ""},
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -1027,7 +1027,7 @@ func TestDockerLoadDockerConfig(t *testing.T) {
|
||||
},
|
||||
},
|
||||
CircuitBreaker: nil,
|
||||
LoadBalancer: nil,
|
||||
LoadBalancer: &types.LoadBalancer{Sticky: false, Method: ""},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user