From d0a10769623b763cd305ebab3cf7d4a55f3df56c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?= Date: Mon, 27 May 2019 11:12:51 +0300 Subject: [PATCH] internal/config: fix tests Add a new field to the configuration string: log.format. It was missing thus the unit test fails. --- internal/config/config_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/config/config_test.go b/internal/config/config_test.go index 882fd3f7a..2daa5086f 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -112,6 +112,7 @@ listen: log: config: true level: info + format: text jira: [] receivers: keep: []