mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
run black on remaining files
This commit is contained in:
@@ -281,7 +281,10 @@ class TestDashboardRoleBasedSecurity(BaseTestDashboardSecurity):
|
||||
|
||||
# assert
|
||||
self.assert_dashboards_list_view_response(
|
||||
response, len(published_dashboards), published_dashboards, draft_dashboards,
|
||||
response,
|
||||
len(published_dashboards),
|
||||
published_dashboards,
|
||||
draft_dashboards,
|
||||
)
|
||||
|
||||
# post
|
||||
@@ -341,7 +344,10 @@ class TestDashboardRoleBasedSecurity(BaseTestDashboardSecurity):
|
||||
|
||||
# assert
|
||||
self.assert_dashboards_list_view_response(
|
||||
response, len(published_dashboards), published_dashboards, draft_dashboards,
|
||||
response,
|
||||
len(published_dashboards),
|
||||
published_dashboards,
|
||||
draft_dashboards,
|
||||
)
|
||||
|
||||
# post
|
||||
|
||||
Reference in New Issue
Block a user