Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccacremona committed Oct 6, 2023
1 parent 928ec53 commit d5773c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perma_web/functional_tests/test_contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_contact(page, urls, mailoutbox) -> None:


def test_contact_no_js(page, urls, mailoutbox, caplog) -> None:
"""The Contact form should submit, but be rejected"""
"""The Contact form should submit despite no JS, and not be rejected"""
msg = "I've got important things to say."
email = "[email protected]"

Expand Down

0 comments on commit d5773c9

Please sign in to comment.