-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DOP-14025] Fix patching connection with new auth_data.password value #39
Conversation
bf53079
to
1ee81bf
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #39 +/- ##
===========================================
- Coverage 91.73% 91.65% -0.09%
===========================================
Files 84 84
Lines 2445 2445
Branches 305 304 -1
===========================================
- Hits 2243 2241 -2
- Misses 145 146 +1
- Partials 57 58 +1 ☔ View full report in Codecov by Sentry. |
1ee81bf
to
ad24e05
Compare
ad24e05
to
efce575
Compare
efce575
to
2acbd62
Compare
2acbd62
to
220787a
Compare
Change Summary
Fixed bug when sending
PATCH v1/connections/:id
request with newauth_data.password
value returned 500 error with traceback:Related issue number
Checklist
docs/changelog/next_release/<pull request or issue id>.<change type>.rst
file added describing change(see CONTRIBUTING.rst for details.)