Skip to content

Commit f8598bf

Browse files
authored
Remove human-tested checkbox validation test
Removed test for human-tested checkbox requirement.
1 parent a4b5b88 commit f8598bf

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/cross/test_check_pr_description.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ def test_human_section_must_be_first_visible_line_and_filled():
8181
assert "Add a short human-written note between `HUMAN:` and `AGENT:`." in errors
8282

8383

84-
def test_human_tested_checkbox_is_not_required():
85-
body = VALID_BODY.replace(
86-
"AGENT:", "- [ ] A human has tested these changes.\n\nAGENT:", 1
87-
)
88-
89-
assert validate_pr_body(body) == []
90-
91-
9284
def test_required_template_fields_must_be_present_and_filled():
9385
how_to_test = (
9486
"## How to Test\n\n"

0 commit comments

Comments
 (0)