From 68a2f63673f4366a5fd4f89918eb074c9f97d899 Mon Sep 17 00:00:00 2001 From: ruflin Date: Mon, 9 May 2016 17:05:53 +0200 Subject: [PATCH] Fix json system test Tests did fail because match was empty and this was not accepted anymore by ucfg. --- filebeat/tests/system/test_json.py | 1 + 1 file changed, 1 insertion(+) diff --git a/filebeat/tests/system/test_json.py b/filebeat/tests/system/test_json.py index 7c2b38f7df5..e4803a765df 100644 --- a/filebeat/tests/system/test_json.py +++ b/filebeat/tests/system/test_json.py @@ -157,6 +157,7 @@ def test_config_no_msg_key_multiline(self): json=dict( keys_under_root=True), multiline=True, + match="after", pattern="^\\[" )