mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
refactor(mcp): use serialize_user_object in get_instance_info (#38613)
This commit is contained in:
committed by
Michael S. Molina
parent
4ce0627c73
commit
9b6c4486c0
@@ -221,6 +221,7 @@ class TestGetInstanceInfoCurrentUserViaMCP:
|
||||
mock_g_user.first_name = "Sophie"
|
||||
mock_g_user.last_name = "Beaumont"
|
||||
mock_g_user.email = "sophie@preset.io"
|
||||
mock_g_user.active = True
|
||||
mock_g_user.roles = [mock_role]
|
||||
|
||||
with (
|
||||
|
||||
Reference in New Issue
Block a user