Fixed API test case for change password in the server mode. Fixes #7648

This commit is contained in:
Yogesh Mahajan
2022-09-06 11:30:21 +05:30
committed by Akshay Joshi
parent 317a17337d
commit 7c729d5f0e
2 changed files with 38 additions and 12 deletions

View File

@@ -27,3 +27,4 @@ Bug fixes
| `Issue #7580 <https://redmine.postgresql.org/issues/7580>`_ - Fixed an issue where backup does not work due to parameter 'preexec_fn' no longer being supported.
| `Issue #7644 <https://redmine.postgresql.org/issues/7644>`_ - Ensure that the dump servers functionality works from setup.py.
| `Issue #7646 <https://redmine.postgresql.org/issues/7646>`_ - Ensure that the Import/Export server menu option is visible.
| `Issue #7648 <https://redmine.postgresql.org/issues/7648>`_ - Fixed API test case for change password in the server mode.