1
0
Fork 0

Fix: error pages

This commit is contained in:
Ludovic Fernandez 2018-04-11 13:54:03 +02:00 committed by Traefiker Bot
parent f804053736
commit c99266e961
20 changed files with 751 additions and 553 deletions

View file

@ -317,14 +317,14 @@ func TestBuildConfiguration(t *testing.T) {
"500",
"600",
},
Backend: "foobar",
Backend: "backend-foobar",
Query: "bar_query",
},
"foo": {
Status: []string{
"404",
},
Backend: "foobar",
Backend: "backend-foobar",
Query: "foo_query",
},
},