From 7c98e4c4faafe94a8860dc17fadce8a29312d1b1 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sun, 10 Dec 2023 13:12:24 +0300 Subject: [PATCH] Added/Updated tests\bugs\core_1510_test.py: fixed typo --- tests/bugs/core_1510_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bugs/core_1510_test.py b/tests/bugs/core_1510_test.py index a81b2bf0..d5ba4813 100644 --- a/tests/bugs/core_1510_test.py +++ b/tests/bugs/core_1510_test.py @@ -9,7 +9,7 @@ JIRA: CORE-1510 FBTEST: bugs.core_1510 NOTES: [10.12.2023] pzotov - Added 'SQLSTATE' in substitutions: runtime error must be not be filtered out by '?!(...)' pattern + Added 'SQLSTATE' in substitutions: runtime error must not be filtered out by '?!(...)' pattern ("negative lookahead assertion", see https://docs.python.org/3/library/re.html#regular-expression-syntax). Added 'combine_output = True' in order to see SQLSTATE if any error occurs. """