From 2222073778b0cee193f34c2500f2c489bb2a4bbe Mon Sep 17 00:00:00 2001 From: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Date: Thu, 18 May 2023 15:38:14 +0300 Subject: [PATCH] fix(ci): remove username from owner (#24114) --- tests/integration_tests/dashboards/api_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration_tests/dashboards/api_tests.py b/tests/integration_tests/dashboards/api_tests.py index d7087f2eb..f57afd95a 100644 --- a/tests/integration_tests/dashboards/api_tests.py +++ b/tests/integration_tests/dashboards/api_tests.py @@ -425,7 +425,6 @@ class TestDashboardApi(SupersetTestCase, ApiOwnersTestCaseMixin, InsertChartMixi "owners": [ { "id": 1, - "username": "admin", "first_name": "admin", "last_name": "user", }