Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i committed Nov 12, 2024
1 parent b12881b commit 74e1e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scenario/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_reporting_disabled(ctx):

config = ConfigParser()
config.read(grafana_config_path)
assert "analytics" in config
assert dict(config["analytics"]) == {
'reporting_enabled': 'false',
'check_for_updates': 'false',
Expand Down

0 comments on commit 74e1e26

Please sign in to comment.