fix: remove info from datasource access error (#29470)

This commit is contained in:
Daniel Vaz Gaspar
2024-07-08 14:39:20 +01:00
committed by GitHub
parent e768796491
commit 241834205f
2 changed files with 3 additions and 3 deletions

View File

@@ -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",
)