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

Fix UpdateCredential func #209

Merged
merged 1 commit into from
May 19, 2023
Merged

Fix UpdateCredential func #209

merged 1 commit into from
May 19, 2023

Conversation

sergiught
Copy link
Contributor

@sergiught sergiught commented May 19, 2023

🔧 Changes

This PR fixes an unmarshal issue with the UpdateCredential func, where after patching it, the client credential doesn't get the response unmarshalled into the credential var passed by reference.

📚 References

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@sergiught sergiught marked this pull request as ready for review May 19, 2023 12:03
@sergiught sergiught requested a review from a team as a code owner May 19, 2023 12:03
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (e88b33f) 95.00% compared to head (e08e00e) 95.01%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #209   +/-   ##
=======================================
  Coverage   95.00%   95.01%           
=======================================
  Files          38       38           
  Lines        7026     7038   +12     
=======================================
+ Hits         6675     6687   +12     
  Misses        280      280           
  Partials       71       71           
Impacted Files Coverage Δ
management/client.go 90.24% <100.00%> (+1.67%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sergiught sergiught force-pushed the patch/fix-update-client-creds branch from e08e00e to bc4e488 Compare May 19, 2023 12:38
@ewanharris ewanharris merged commit 8a17ec5 into main May 19, 2023
@ewanharris ewanharris deleted the patch/fix-update-client-creds branch May 19, 2023 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants