Use pointer of error pages
This commit is contained in:
parent
4a7297d05c
commit
59549d5f39
4 changed files with 20 additions and 18 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue