-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Don't say "Success!" when a specific field is requested. #21546
Conversation
The content change LGTM. Please have someone familiar with the testing code review those changes before merging. |
fd4a860
to
d23a5d6
Compare
Docs updates LGTM. Feel free to merge once the code changes are approved as well. |
93c295e
to
219b2f9
Compare
219b2f9
to
5ecb9ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for this submission, and we really appreciate the addition of the test. Going to try and get this merged.
* add a test to show the bug * do not output a "Success!" message if a specific field was requested * Create 21545.txt * Fix changelog name --------- Co-authored-by: Violet Hynes <[email protected]>
vault write should not output the "Success!" message when a specific field is requested; it should output nothing if the response is empty.
Fixes #21545.