Skip to content

Commit

Permalink
Update tests/test_cluster_read.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Hutař <[email protected]>
  • Loading branch information
riya-17 and jhutar authored Jun 27, 2024
1 parent 522d432 commit 57f3447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cluster_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
"""
Expand Down

0 comments on commit 57f3447

Please sign in to comment.