diff --git a/controllers/template_test.go b/controllers/template_test.go index f833b305..485a1879 100644 --- a/controllers/template_test.go +++ b/controllers/template_test.go @@ -110,8 +110,8 @@ func walkDirTest(dir string, t *testing.T) { }, "report.jet.html": func(vars jet.VarMap) jet.VarMap { type form struct { - ID int - CaptchID string + ID int + CaptchaID string } vars.Set("Form", form{1, ""}) return vars