diff --git a/tests/bugs/core_6142_test.py b/tests/bugs/core_6142_test.py index 0cd4ac51..e2eb46e1 100644 --- a/tests/bugs/core_6142_test.py +++ b/tests/bugs/core_6142_test.py @@ -48,7 +48,7 @@ LOOP_CNT = 10 tmp_user = user_factory('db', name='tmp$core_6142', password='123', plugin = 'Srp') db = db_factory() -act = python_act('db', substitutions=[('[ \t]+', ' '), ('^((?!OVERALL RESULT).)*$', '')]) +act = python_act('db', substitutions=[('[ \t]+', ' '), ('^((?!SQLCODE|SQLSTATE|[Cc]onnection|OVERALL RESULT).)*$', '')]) #--------------------- def showtime():