forked from Ivasoft/traefik
Remove deprecated elements
This commit is contained in:
committed by
Traefiker Bot
parent
e92b01c528
commit
015cd7a3d0
@@ -265,7 +265,10 @@ func TestServerGenericFrontendAuthFail(t *testing.T) {
|
||||
"frontend": {
|
||||
EntryPoints: []string{"http"},
|
||||
Backend: "backend",
|
||||
BasicAuth: []string{""},
|
||||
Auth: &types.Auth{
|
||||
Basic: &types.Basic{
|
||||
Users: []string{""},
|
||||
}},
|
||||
},
|
||||
},
|
||||
Backends: map[string]*types.Backend{
|
||||
|
||||
Reference in New Issue
Block a user