Skip to content

Commit

Permalink
fix tests related to default source criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
mpl authored and traefiker committed Apr 29, 2020
1 parent bec1e12 commit dff4627
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions pkg/provider/consulcatalog/config_test.go
Expand Up @@ -1003,9 +1003,6 @@ func Test_buildConfiguration(t *testing.T) {
"Middleware1": {
InFlightReq: &dynamic.InFlightReq{
Amount: 42,
SourceCriterion: &dynamic.SourceCriterion{
RequestHost: true,
},
},
},
},
Expand Down Expand Up @@ -1055,9 +1052,6 @@ func Test_buildConfiguration(t *testing.T) {
"Middleware1": {
InFlightReq: &dynamic.InFlightReq{
Amount: 42,
SourceCriterion: &dynamic.SourceCriterion{
RequestHost: true,
},
},
},
},
Expand Down
6 changes: 0 additions & 6 deletions pkg/provider/docker/config_test.go
Expand Up @@ -1301,9 +1301,6 @@ func Test_buildConfiguration(t *testing.T) {
"Middleware1": {
InFlightReq: &dynamic.InFlightReq{
Amount: 42,
SourceCriterion: &dynamic.SourceCriterion{
RequestHost: true,
},
},
},
},
Expand Down Expand Up @@ -1372,9 +1369,6 @@ func Test_buildConfiguration(t *testing.T) {
"Middleware1": {
InFlightReq: &dynamic.InFlightReq{
Amount: 42,
SourceCriterion: &dynamic.SourceCriterion{
RequestHost: true,
},
},
},
},
Expand Down
3 changes: 0 additions & 3 deletions pkg/provider/marathon/config_test.go
Expand Up @@ -686,9 +686,6 @@ func TestBuildConfiguration(t *testing.T) {
"Middleware1": {
InFlightReq: &dynamic.InFlightReq{
Amount: 42,
SourceCriterion: &dynamic.SourceCriterion{
RequestHost: true,
},
},
},
},
Expand Down

0 comments on commit dff4627

Please sign in to comment.