diff --git a/ops/testing.py b/ops/testing.py index acb6353c2..d3cd4ae08 100755 --- a/ops/testing.py +++ b/ops/testing.py @@ -1830,7 +1830,7 @@ def run_action(self, action_name: str, # Juju requires that the key is in the passed parameters, even if there is a default # value in actions.yaml. if key not in params: - raise RuntimeError(f"{key!r} property is missing and required.") + raise RuntimeError(f"{key!r} parameter is required, but missing.") if not action_meta.additional_properties: for key in params: if key not in action_meta.parameters: