Skip to content

Commit

Permalink
wider exception for <input> attribute "type" has invalid value
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Feb 9, 2019
1 parent fba2d32 commit e50df5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_LdapCherry.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _is_html_error(line):
r'.*Warning: <form> proprietary attribute.*',
r'.*Warning: <table> lacks "summary" attribute.*',
r'.*Warning: <script> inserting "type" attribute.*',
r'.*Warning: <input> attribute "id" has invalid value "#password2".*',
r'.*Warning: <input> attribute "id" has invalid value.*',
]:
if re.match(p, line):
return False
Expand Down

0 comments on commit e50df5d

Please sign in to comment.