-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
tests(helpers): separate server mock functions #13630
Conversation
please validate that the documentation still renders properly when changing those helper files.
should render the docs properly. Users access this through |
It seems that ldoc did not access |
Yup, looks like we need to add those files from their contents |
I think that I have found the solution:
I will create another PR to fix the doc, do you think it is OK? |
422d161
to
61012aa
Compare
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13630-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13630-to-master-to-upstream
git checkout -b cherry-pick-13630-to-master-to-upstream
ancref=$(git merge-base 5ac6e1e541dd9d7219044f500b7954892c49dcf0 61012aaa6ab0dc4213f73f139ec070a326ceb113)
git cherry-pick -x $ancref..61012aaa6ab0dc4213f73f139ec070a326ceb113 |
Summary
KAG-5254
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix #[issue number]