Fix cors tests
This commit is contained in:
parent
e2790c8f6f
commit
e9083383ff
2 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ func TestMergeLocationAnnotations(t *testing.T) {
|
|||
"Backend": "foo_backend",
|
||||
"BasicDigestAuth": auth.BasicDigest{},
|
||||
DeniedKeyName: &fakeError{},
|
||||
"EnableCORS": cors.CorsConfig{},
|
||||
"CorsConfig": cors.CorsConfig{},
|
||||
"ExternalAuth": authreq.External{},
|
||||
"RateLimit": ratelimit.RateLimit{},
|
||||
"Redirect": redirect.Redirect{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue