mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
* do not over-write the stored password with a masked password. his addresses issue #1199 * added a test to validate that sending a password-masked sqlalchemy_uri does not over-write the stored sqlalchemy_uri * requery the database object after the update. use self.assertEqual for more informative error messages.