Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Jan 16, 2025
1 parent 248cd1b commit 3bde297
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,4 @@ def test_no_pmr_from_path(harness: ops.testing.Harness[GithubProfilesAutomatorCh
# Assert
harness.charm._get_pmr_from_yaml()
assert isinstance(harness.charm.model.unit.status, BlockedStatus)
assert (
"Could not load YAML file at path" in harness.charm.model.unit.status.message
)
assert "Could not load YAML file at path" in harness.charm.model.unit.status.message

0 comments on commit 3bde297

Please sign in to comment.