Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo Henrique Neppel <marcelo.neppel@canonical.com>
  • Loading branch information
marceloneppel committed Dec 18, 2024
1 parent 580c26c commit e9e1e99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ def harness():
harness.add_relation_unit(rel_id, "postgresql-k8s/1")
harness.add_relation("restart", harness.charm.app.name)
with harness.hooks_disabled():
harness.update_relation_data(
upgrade_relation_id, "postgresql-k8s/1", {"state": "idle"}
)
harness.update_relation_data(upgrade_relation_id, "postgresql-k8s/1", {"state": "idle"})
yield harness
harness.cleanup()

Expand Down

0 comments on commit e9e1e99

Please sign in to comment.