Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i committed Jan 16, 2025
1 parent d8ac973 commit 7360583
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/test_dashboard_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,7 @@ def test_consumer_error_on_bad_json(self):
"dashboards": json.dumps(bad_data),
},
)
self.assertIn("Invalid JSON in Grafana dashboard 'file:tester'", "\n".join(cm.output)
)
self.assertIn("Invalid JSON in Grafana dashboard 'file:tester'", "\n".join(cm.output))

def test_consumer_templates_datasource(self):
self.assertEqual(len(self.harness.charm.grafana_consumer._stored.dashboards), 0)
Expand Down

0 comments on commit 7360583

Please # to comment.