Fix: error pages
This commit is contained in:
parent
f804053736
commit
c99266e961
20 changed files with 751 additions and 553 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue