From 3472dae669a30b460adb75f1f96564124f750045 Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 13 Oct 2019 18:26:32 +1000 Subject: [PATCH] x.x --- parser_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+"")