Skip to content

Commit

Permalink
Fix merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Aug 8, 2024
1 parent 512272c commit 41c1754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_e2e/test_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ class GrantingCharm(CharmBase):
output = mgr.run()

with pytest.raises(KeyError):
mgr.output.get_secret(label="mylabel")
output.get_secret(label="mylabel")


def test_secret_removed_event():
Expand Down

0 comments on commit 41c1754

Please sign in to comment.