Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion testing/src/scenario/mocking.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def _check_can_manage_secret(
):
if secret.owner is None:
raise SecretNotFoundError(
'this secret is not owned by this unit/app or granted to it. '
f'this secret {secret.id=} is not owned by this unit/app. '
'Did you forget passing it to State.secrets?',
)
if secret.owner == 'app' and not self.is_leader():
Expand Down