1
0
Fork 0

Add errors about unknown entryPoint in runtime api

This commit is contained in:
Julien Salleyron 2019-08-29 12:38:04 +02:00 committed by Traefiker Bot
parent 38508f9a9c
commit df0dd2f5e6
4 changed files with 22 additions and 2 deletions

View file

@ -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`},
},
},
},