Update test-integration/client/issue-933.test.js

Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com>
This commit is contained in:
Audun Hilden 2023-08-15 13:26:19 +02:00 committed by GitHub
parent bbc11ffda4
commit ca46ce227c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ tap.test('can search OUs with Norwegian characters', (t) => {
res.on('searchEntry', (entry) => { res.on('searchEntry', (entry) => {
t.match(entry.pojo, { t.match(entry.pojo, {
type: 'SearchResultEntry', type: 'SearchResultEntry',
objectName: 'cn=jdoe,ou=Norge Gjc3\b8vik,dc=planetexpress,dc=com', objectName: 'cn=jdoe,ou=Norge Gj\\c3\\b8vik,dc=planetexpress,dc=com',
attributes: [ attributes: [
{ {
type: 'cn', type: 'cn',