run black on remaining files

This commit is contained in:
Ville Brofeldt
2022-04-03 19:15:25 +03:00
parent a70f4dc52f
commit fb929ab649
5 changed files with 40 additions and 11 deletions

View File

@@ -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