forked from Ivasoft/traefik
Use pointer of error pages
This commit is contained in:
committed by
Traefiker
parent
4a7297d05c
commit
59549d5f39
@@ -213,7 +213,7 @@ func TestDockerBuildConfiguration(t *testing.T) {
|
||||
Rule: "Host:test1.docker.localhost",
|
||||
},
|
||||
},
|
||||
Errors: map[string]types.ErrorPage{
|
||||
Errors: map[string]*types.ErrorPage{
|
||||
"foo": {
|
||||
Status: []string{"404"},
|
||||
Query: "foo_query",
|
||||
|
||||
Reference in New Issue
Block a user