Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
laurihy committed Nov 10, 2019
1 parent 95535d8 commit 7834fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def test_valid_url_passes(url_val, dummy_form, dummy_field):
)
def test_valid_url_notld_passes(url_val, dummy_form, dummy_field):
"""
Require TLD option se to false, correct URL should pass without raising
Require TLD option set to false, correct URL should pass without raising
"""
validator = url(require_tld=False)
dummy_field.data = url_val
Expand Down

0 comments on commit 7834fac

Please sign in to comment.