Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 85824f8

Browse files
wisionUziTech
andauthored
Change test ip address.
Co-authored-by: Tony Brix <[email protected]>
1 parent f3804bb commit 85824f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/client.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ tap.test('createClient', t => {
382382
getPort().then(function (unusedPortNumber) {
383383
const client = ldap.createClient({
384384
url: [
385-
`ldap://0.0.0.0:${unusedPortNumber}`,
386-
`ldap://0.0.0.1:${unusedPortNumber}`
385+
`ldap://127.0.0.1:${unusedPortNumber}`,
386+
`ldap://127.0.0.2:${unusedPortNumber}`
387387
],
388388
connectTimeout: 1
389389
})

0 commit comments

Comments
 (0)