forked from Ivasoft/traefik
Add errors about unknown entryPoint in runtime api
This commit is contained in:
committed by
Traefiker Bot
parent
38508f9a9c
commit
df0dd2f5e6
@@ -111,7 +111,8 @@ func TestGetRoutersByEntryPoints(t *testing.T) {
|
||||
Service: "foobar-service@myprovider",
|
||||
Rule: "Host(`bar.foobar`)",
|
||||
},
|
||||
Status: "enabled",
|
||||
Status: "warning",
|
||||
Err: []string{`entryPoint "webs" doesn't exist`},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user