checker fix

This commit is contained in:
AndyB 2023-03-02 14:31:38 +00:00
parent 657afa849e
commit cf245538b9

View File

@ -63,4 +63,4 @@ def test_log_levels_update(start_cluster):
log = get_log(node)
assert len(log) > 0
assert not re.search("(<Trace>|<Debug>)", log)
assert not re.search("<Trace>", log)