From 57f34479ca21cd7a08043a52028e76b60fa2437f Mon Sep 17 00:00:00 2001 From: Riya Date: Thu, 27 Jun 2024 14:24:13 +0530 Subject: [PATCH] Update tests/test_cluster_read.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jan Hutaƙ --- tests/test_cluster_read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cluster_read.py b/tests/test_cluster_read.py index 5bf3c18..1240839 100755 --- a/tests/test_cluster_read.py +++ b/tests/test_cluster_read.py @@ -32,7 +32,7 @@ def test_date(self): def test_count(self): string = """ - name: print.output - log_source_command: echo -e "error line_1log_line4" + log_source_command: echo -e "error line1\ninfo line2\nwarning line3\nerror line4" log_regexp_error: '^error ' log_regexp_warning: '^warning ' """