Skip to content

Commit

Permalink
Adapt to different error emitted by lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 12, 2020
1 parent b6610a2 commit 674cc65
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -116,7 +116,7 @@ def test_0025_upload_malformed_tool_dependency_xml(self):
uncompress_file=False,
remove_repo_files_not_in_tar=False,
commit_message='Uploaded malformed tool dependency XML.',
strings_displayed=['Exception attempting to parse', 'not well-formed'],
strings_displayed=['Exception attempting to parse', 'invalid element name'],
strings_not_displayed=[])

def test_0030_upload_invalid_tool_dependency_xml(self):
Expand Down

0 comments on commit 674cc65

Please sign in to comment.