Remove some debug logs (requested in review)
This commit is contained in:
parent
2a76a717e6
commit
64b78461f6
2 changed files with 1 additions and 3 deletions
|
@ -84,7 +84,7 @@ func (s *AccessLogSuite) TestAccessLog(c *check.C) {
|
|||
c.Assert(count, checker.Equals, 3)
|
||||
}
|
||||
|
||||
// Verify no other Trarfik problems
|
||||
// Verify no other Traefik problems
|
||||
if traefikLog, err := ioutil.ReadFile("traefik.log"); err != nil {
|
||||
c.Assert(err.Error(), checker.Equals, "")
|
||||
} else if len(traefikLog) > 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue