Skip to content

Commit

Permalink
precommit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lindenh committed Aug 29, 2023
1 parent c071b4b commit f3ad78a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration_tests/dashboards/commands_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,9 @@ def test_import_v1_dashboard_overwrite_removes_deleted_charts(self, mock_g):
"charts/imported_chart.yaml": yaml.safe_dump(chart_config_2),
"dashboards/imported_dashboard.yaml": yaml.safe_dump(dashboard_config_2),
}
overwrite_command = v1.ImportDashboardsCommand(overwrite_contents, overwrite=True)
overwrite_command = v1.ImportDashboardsCommand(
overwrite_contents, overwrite=True
)
overwrite_command.run()

new_num_dashboards = db.session.query(Dashboard).count()
Expand Down

0 comments on commit f3ad78a

Please sign in to comment.