From fbf584b2318c61af055667c8ee451e142c867ad3 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Fri, 26 Jul 2024 12:49:09 +0200 Subject: [PATCH] Issue 5327 - Fix test metadata Description: Metadata validation job fails on unescaped sequence used in the docstring. Fix Description: Escape unicode value in the docstring. Relates: https://github.com/389ds/389-ds-base/issues/5327 Reviewed by: @droideck (Thanks!) --- dirsrvtests/tests/suites/filter/large_filter_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dirsrvtests/tests/suites/filter/large_filter_test.py b/dirsrvtests/tests/suites/filter/large_filter_test.py index ba6fb76e5..04b71b1b7 100644 --- a/dirsrvtests/tests/suites/filter/large_filter_test.py +++ b/dirsrvtests/tests/suites/filter/large_filter_test.py @@ -177,7 +177,7 @@ def test_long_filter_value(topo): :setup: Standalone :steps: 1. Create a specially crafted LDAP filter and - pass the filter to a search query with the special repeating string "a\x1Edmin" + pass the filter to a search query with the special repeating string "a\\x1Edmin" 2. Pass the filter to a search query with repeating string "aAdmin" 3. Pass the filter to a search query with string "*" :expectedresults: