diff --git a/ps_fuzz/attacks/harmful_behavior.py b/ps_fuzz/attacks/harmful_behavior.py index 6931c5e..1474def 100644 --- a/ps_fuzz/attacks/harmful_behavior.py +++ b/ps_fuzz/attacks/harmful_behavior.py @@ -17,7 +17,7 @@ def __init__(self, client_config: ClientConfig, attack_config: AttackConfig): client_config, attack_config, test_name = "harmful_behavior", - test_description = "Challenges the LLM with a dataset of harmful behavior prompts dataset" + test_description = "Challenges the LLM with a dataset of harmful behavior prompts" ) def run(self) -> Generator[StatusUpdate, None, None]: