mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: remove info from datasource access error (#29470)
This commit is contained in:
committed by
GitHub
parent
e768796491
commit
241834205f
@@ -129,7 +129,7 @@ class TestDatasourceApi(SupersetTestCase):
|
||||
response = json.loads(rv.data.decode("utf-8"))
|
||||
self.assertEqual(
|
||||
response["message"],
|
||||
"This endpoint requires the datasource virtual_dataset, "
|
||||
f"This endpoint requires the datasource {table.id}, "
|
||||
"database or `all_datasource_access` permission",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user