fix(ci): remove username from owner (#24114)

This commit is contained in:
Ville Brofeldt
2023-05-18 15:38:14 +03:00
committed by GitHub
parent df4d16a7ee
commit 2222073778

View File

@@ -425,7 +425,6 @@ class TestDashboardApi(SupersetTestCase, ApiOwnersTestCaseMixin, InsertChartMixi
"owners": [
{
"id": 1,
"username": "admin",
"first_name": "admin",
"last_name": "user",
}