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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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