Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[aNcPaEFK] Fix LoadLdapTest.testLoadLDAP #3459

Merged
merged 1 commit into from Feb 21, 2023
Merged

[aNcPaEFK] Fix LoadLdapTest.testLoadLDAP #3459

merged 1 commit into from Feb 21, 2023

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Feb 21, 2023

The new extended PRs fail both on 4.x and 5.x,
it seems for the same reason as this other pr: #3022.

To avoid other problems in the future,
I created an embedded mock server instead of using remote url.

Also I noticed that the actual procedure (ie call apoc.load.ldap($conn, $search)) is not tested,
but just the internal method calling the config is checked,
so I added a test that does the procedure query, to verify that it really works.

@vga91 vga91 added the dev label Feb 21, 2023
@vga91 vga91 mentioned this pull request Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant