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 e68a42b commit 522d432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cluster_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def test_count(self):
string = """
- name: print.output
log_source_command: echo -e "error line_1log_line4"
log_regexp_error: '"level":"error"'
log_regexp_warning: '"level":"warning"'
log_regexp_error: '^error '
log_regexp_warning: '^warning '
"""
ri = opl.cluster_read.RequestedInfo(string)
k, v = next(ri)
Expand Down

0 comments on commit 522d432

Please sign in to comment.