From 8f6c6b9ef34155f53da10653e7f9eb350c28cf0e Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Thu, 21 Mar 2024 10:45:05 +0100 Subject: [PATCH] chg: [CI] Mark BadRequestException as fail log --- tests/logs_fail_regexes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/logs_fail_regexes.txt b/tests/logs_fail_regexes.txt index 3a6af9e63..73dd1728e 100644 --- a/tests/logs_fail_regexes.txt +++ b/tests/logs_fail_regexes.txt @@ -2,4 +2,5 @@ # Whenever the regex matches, the Logs job will fail and report the error. class="cake-error" Error: [ParseError] -Error: [PDOException] \ No newline at end of file +Error: [PDOException] +Error: [BadRequestException] \ No newline at end of file