Skip to content

Commit 2695990

Browse files
Rename test_class_inherits_default_baseline_policy to match
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent af4ef9e commit 2695990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/scenario/test_jailbreak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ async def test_init_raises_exception_when_no_datasets_available(self, mock_objec
203203
with pytest.raises(ValueError, match="DatasetConfiguration has no seed_groups"):
204204
await scenario.initialize_async(objective_target=mock_objective_target)
205205

206-
def test_class_inherits_default_baseline_policy(self):
206+
def test_class_inherits_default_baseline_attack_policy(self):
207207
"""Jailbreak inherits the base default (Enabled) — baseline included by default."""
208208
assert Jailbreak.BASELINE_ATTACK_POLICY is BaselinePolicy.Enabled
209209

0 commit comments

Comments
 (0)