mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
refactor: Fix lint on superset/utils/core.py (#10120)
* Fix lint on superset/utils/core.py * black * mypy * Fix some missing renames
This commit is contained in:
@@ -357,7 +357,7 @@ class RequestAccessTests(SupersetTestCase):
|
||||
|
||||
session.commit()
|
||||
|
||||
@mock.patch("superset.utils.core.send_MIME_email")
|
||||
@mock.patch("superset.utils.core.send_mime_email")
|
||||
def test_approve(self, mock_send_mime):
|
||||
if app.config["ENABLE_ACCESS_REQUEST"]:
|
||||
session = db.session
|
||||
|
||||
Reference in New Issue
Block a user