From fdfa4a5fe62232f65f1dd8d6fe0c500374228788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 21 Oct 2020 11:17:48 +0200 Subject: Allow getJSON errors to be ignored This change is mostly motivated to get a more stable CI build (we're building the Hugo site there, with Instagram and Twitter shortcodes sometimes failing). Fixes #7866 --- hugolib/hugo_modules_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib/hugo_modules_test.go') diff --git a/hugolib/hugo_modules_test.go b/hugolib/hugo_modules_test.go index 87cddf086..b2ab59ef0 100644 --- a/hugolib/hugo_modules_test.go +++ b/hugolib/hugo_modules_test.go @@ -649,7 +649,7 @@ min_version = 0.55.0 c := qt.New(t) - c.Assert(logger.WarnCounter.Count(), qt.Equals, uint64(3)) + c.Assert(logger.LogCounters().WarnCounter.Count(), qt.Equals, uint64(3)) } -- cgit v1.2.3