Skip to content

Commit

Permalink
fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroPasotti committed Oct 24, 2023
1 parent 46f4609 commit 90f7cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ActionOutput:
In most cases, actions are not expected to be affecting it."""
logs: List[str]
"""Any logs associated with the action output, set by the charm."""
results: Dict[str, str]
results: Dict[str, Any]
"""Key-value mapping assigned by the charm as a result of the action."""
failure: Optional[str] = None
"""If the action is not a success: the message the charm set when failing the action."""
Expand Down

0 comments on commit 90f7cc6

Please sign in to comment.