Update test-integration/client/issue-933.test.js
Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com>
This commit is contained in:
parent
bbc11ffda4
commit
ca46ce227c
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue