diff --git a/parser_test.go b/parser_test.go index 07b4fea9..621d2f41 100644 --- a/parser_test.go +++ b/parser_test.go @@ -301,7 +301,7 @@ func TestParser(t *testing.T) { l = &METriList{nil} pre := c.Site.URL // Just in case this is localhost... - pre2 := c.Site.EnableSSl + pre2 := c.Site.EnableSsl c.Site.URL = "example.com" c.Site.EnableSsl = true l.Add("//"+c.Site.URL, ""+c.Site.URL+"")