Skip to content

Commit

Permalink
Issue 5327 - Fix test metadata
Browse files Browse the repository at this point in the history
Description:
Metadata validation job fails on unescaped sequence used in the docstring.

Fix Description:
Escape unicode value in the docstring.

Relates: #5327

Reviewed by: @droideck (Thanks!)
  • Loading branch information
vashirov committed Jul 26, 2024
1 parent dfbcedc commit fbf584b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dirsrvtests/tests/suites/filter/large_filter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fbf584b

Please sign in to comment.