refactor(dashboard): font definition correction

This commit is contained in:
Fernandez Ludovic 2015-10-06 21:00:53 +02:00
parent 39b035f0b0
commit 713c2e09a8
3 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ func (s *FileSuite) TestSimpleConfiguration(c *check.C) {
// TODO validate : run on 80
resp, err := http.Get("http://127.0.0.1/")
// Expected a 404 as we did not comfigure anything
// Expected a 404 as we did not configure anything
c.Assert(err, checker.IsNil)
c.Assert(resp.StatusCode, checker.Equals, 404)