Skip to content

Commit

Permalink
updated to always use regex
Browse files Browse the repository at this point in the history
  • Loading branch information
nnshah1 committed May 17, 2024
1 parent a4ff0cb commit 426a1f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions qa/L0_logging/log_format_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,7 @@ def test_log_format(self, log_format, format_regex):
time.sleep(1)
self._server_process.kill()
self._server_process.wait()
if format_regex:
self.verify_log_format(
self._server_options["log-file"], format_regex, escaped
)
self.verify_log_format(self._server_options["log-file"], format_regex, escaped)

def foo_test_injection(self):
try:
Expand Down

0 comments on commit 426a1f3

Please sign in to comment.